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)
| Parameter | Type | Description |
|---|---|---|
| stream | const System::SharedPtr<System::IO::Stream>& | Output stream where data will be stored. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ExportBookmarksToXML(const System::String&) method
Exports bookmarks to XML file.
void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML(const System::String &xmlFile)
| Parameter | Type | Description |
|---|---|---|
| xmlFile | const System::String& | The output XML file. |
See Also
- Class String
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++