Aspose::Pdf::Document::ImportAnnotationsFromXfdf method

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

Imports annotations from stream to document.

void Aspose::Pdf::Document::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream> &stream)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&Stream contains XFDF data.

See Also

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

Imports annotations from XFDF file to document.

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

See Also