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

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

Imports bookmarks to the document from XML file.

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

See Also

PdfBookmarkEditor::ImportBookmarksWithXML(System::String) method

Imports bookmarks to the document from XML file.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML(System::String xmlFile)
ParameterTypeDescription
xmlFileSystem::StringThe XML file containing bookmarks list.

See Also