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

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

Imports bookmarks to the document from XML file.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML(const System::SharedPtr<System::IO::Stream> &stream)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&Stream with bookmarks data.

See Also

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

Imports bookmarks to the document from XML file.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML(const System::String &xmlFile)
ParameterTypeDescription
xmlFileconst System::String&The XML file containing bookmarks list.

See Also