Aspose::Pdf::Document::ImportAnnotationsFromXfdf method

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

Imports annotations from stream to document.

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

See Also

Document::ImportAnnotationsFromXfdf(System::String) method

Imports annotations from XFDF file to document.

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

See Also