Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML method

PdfBookmarkEditor::ImportBookmarksWithXML(const System::SharedPtr<System::IO::Stream>&) method

Importerar bokmärken till dokumentet från en XML-fil.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML(const System::SharedPtr<System::IO::Stream> &stream)
ParameterTypBeskrivning
strömconst System::SharedPtr<System::IO::Stream>&Ström med bokmärkesdata.

Se även

PdfBookmarkEditor::ImportBookmarksWithXML(const System::String&) method

Importerar bokmärken till dokumentet från en XML-fil.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML(const System::String &xmlFile)
ParameterTypBeskrivning
xmlFileconst System::String&XML‑filen som innehåller bokmärkeslistan.

Se även