Aspose::Pdf::Document::ImportAnnotationsFromXfdf metod
Document::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream>&) method
Importerar annotationer från ström till dokumentet.
void Aspose::Pdf::Document::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream> &stream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | Strömmen innehåller XFDF-data. |
Se även
- Typedef SharedPtr
- Class Stream
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::ImportAnnotationsFromXfdf(const System::String&) method
Importerar annotationer från XFDF-fil till dokumentet.
void Aspose::Pdf::Document::ImportAnnotationsFromXfdf(const System::String &fileName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| fileName | const System::String& | XFDF-filnamn |
Se även
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++