Aspose::Pdf::Document::ExportAnnotationsToXfdf method

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

Export all document annotations into stream.

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

See Also

Document::ExportAnnotationsToXfdf(System::String) method

Exports all document annotations to XFDF file.

void Aspose::Pdf::Document::ExportAnnotationsToXfdf(System::String fileName)
ParameterTypeDescription
fileNameSystem::StringXFDF file name

See Also