Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML method

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

Exports bookmarks to XML stream.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Output stream where data will be stored.

See Also

PdfBookmarkEditor::ExportBookmarksToXML(System::String) method

Exports bookmarks to XML file.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML(System::String xmlFile)
ParameterTypeDescription
xmlFileSystem::StringThe output XML file.

See Also