Aspose::Pdf::Document::ImportAnnotationsFromXfdf metod

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

Importerar annotationer från ström till dokumentet.

void Aspose::Pdf::Document::ImportAnnotationsFromXfdf(const System::SharedPtr<System::IO::Stream> &stream)
ParameterTypBeskrivning
strömconst System::SharedPtr<System::IO::Stream>&Strömmen innehåller XFDF-data.

Se även

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

Importerar annotationer från XFDF-fil till dokumentet.

void Aspose::Pdf::Document::ImportAnnotationsFromXfdf(const System::String &fileName)
ParameterTypBeskrivning
fileNameconst System::String&XFDF-filnamn

Se även