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)
| Parameter | Type | Description |
|---|---|---|
| stream | const System::SharedPtr<System::IO::Stream>& | Stream with bookmarks data. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ImportBookmarksWithXML(const System::String&) method
Imports bookmarks to the document from XML file.
void Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML(const System::String &xmlFile)
| Parameter | Type | Description |
|---|---|---|
| xmlFile | const System::String& | The XML file containing bookmarks list. |
See Also
- Class String
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++