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

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

Imports all annotations from XFDF data stream.

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

See Also

PdfAnnotationEditor::ImportAnnotationsFromXfdf(System::String) method

Imports all annotations from XFDF file.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationsFromXfdf(System::String xfdfFile)
ParameterTypeDescription
xfdfFileSystem::StringThe input XFDF file.

See Also