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

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

Exports bookmarks to XML stream.

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

See Also

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

Exports bookmarks to XML file.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML(const System::String &xmlFile)
ParameterTypeDescription
xmlFileconst System::String&The output XML file.

See Also