Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf method

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

Imports all annotations from XFDF data stream.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream> &xfdfStream)
ParameterTypeDescription
xfdfStreamconst System::SharedPtr<System::IO::Stream>&The input XFDF data stream.

See Also

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

Imports all annotations from XFDF file.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(const System::String &xfdfFile)
ParameterTypeDescription
xfdfFileconst System::String&The input XFDF file.

See Also