Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf metod

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

Importerar alla anteckningar från XFDF‑datastream.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::SharedPtr<System::IO::Stream> &xfdfStream)
ParameterTypBeskrivning
xfdfStreamconst System::SharedPtr<System::IO::Stream>&Den inmatade XFDF-dataströmmen.

Deprecated

Metoden är föråldrad, vänligen använd ImportAnnotationsFromXfdf istället

Se även

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

Importerar de angivna anteckningarna från XFDF‑datastream.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::SharedPtr<System::IO::Stream> &xfdfStream, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ParameterTypBeskrivning
xfdfStreamconst System::SharedPtr<System::IO::Stream>&Den inmatade XFDF-dataströmmen.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&Arrayen med annotationstyper som ska importeras.

Se även

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

Importerar alla anteckningar från XFDF‑fil.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::String &xfdfFile)
ParameterTypBeskrivning
xfdfFileconst System::String&Den inmatade XFDF-filen.

Deprecated

Metoden är föråldrad, vänligen använd ImportAnnotationsFromXfdf istället

Se även

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

Importerar de angivna anteckningarna från XFDF‑fil.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ImportAnnotationFromXfdf(const System::String &xfdfFile, const System::ArrayPtr<Annotations::AnnotationType> &annotType)
ParameterTypBeskrivning
xfdfFileconst System::String&Den inmatade XFDF-filen.
annotTypeconst System::ArrayPtr<Annotations::AnnotationType>&Arrayen med annotationer som ska importeras.

Se även