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

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

Imports all annotations from XFDF data stream.

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

Deprecated

Method is obsolete, please use ImportAnnotationsFromXfdf instead

See Also

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

Imports the specified annotations from XFDF data stream.

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

See Also

PdfAnnotationEditor::ImportAnnotationFromXfdf(System::String) method

Imports all annotations from XFDF file.

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

Deprecated

Method is obsolete, please use ImportAnnotationsFromXfdf instead

See Also

PdfAnnotationEditor::ImportAnnotationFromXfdf(System::String, System::ArrayPtr<Aspose::Pdf::Annotations::AnnotationType>) method

Imports the specified annotations from XFDF file.

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

See Also