Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf method

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

Imports all annotations from XFDF data stream.

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

Deprecated

Method is obsolete, please use ImportAnnotationsFromXfdf instead

See Also

PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::SharedPtr<System::IO::Stream>&, const System::ArrayPtr<Annotations::AnnotationType>&) method

Imports the specified annotations from XFDF data stream.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::SharedPtr<System::IO::Stream> &xfdfStream, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ParameterTypeDescription
xfdfStreamconst System::SharedPtr<System::IO::Stream>&The input XFDF data stream.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&The array of annotation types to be imported.

See Also

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

Imports all annotations from XFDF file.

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

Deprecated

Method is obsolete, please use ImportAnnotationsFromXfdf instead

See Also

PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::String&, const System::ArrayPtr<Annotations::AnnotationType>&) method

Imports the specified annotations from XFDF file.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::String &xfdfFile, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ParameterTypeDescription
xfdfFileconst System::String&The input XFDF file.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&The annotations array to be imported.

See Also