Aspose::Pdf::Document::ExportAnnotationsToXfdf metod
Document::ExportAnnotationsToXfdf(const System::SharedPtr<System::IO::Stream>&) method
Exportera alla dokumentanteckningar till en ström.
void Aspose::Pdf::Document::ExportAnnotationsToXfdf(const System::SharedPtr<System::IO::Stream> &stream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | Ström där XFDF lagras. |
Se även
- Typedef SharedPtr
- Class Stream
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::ExportAnnotationsToXfdf(const System::String&) method
Exporterar alla dokumentanteckningar till en XFDF-fil.
void Aspose::Pdf::Document::ExportAnnotationsToXfdf(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++