Aspose::Pdf::Document::ExportAnnotationsToXfdf method

Document::ExportAnnotationsToXfdf(const System::SharedPtr<System::IO::Stream>&) method

Export all document annotations into stream.

void Aspose::Pdf::Document::ExportAnnotationsToXfdf(const System::SharedPtr<System::IO::Stream> &stream)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&Stream where store XFDF.

See Also

Document::ExportAnnotationsToXfdf(const System::String&) method

Exports all document annotations to XFDF file.

void Aspose::Pdf::Document::ExportAnnotationsToXfdf(const System::String &fileName)
ParameterTypeDescription
fileNameconst System::String&XFDF file name

See Also