Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML method
PdfBookmarkEditor::ExportBookmarksToXML(const System::SharedPtr<System::IO::Stream>&) method
Exporterar bokmärken till XML-ström.
void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML(const System::SharedPtr<System::IO::Stream> &stream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | Utdatastream där data kommer att lagras. |
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ExportBookmarksToXML(const System::String&) method
Exporterar bokmärken till XML-fil.
void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML(const System::String &xmlFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xmlFile | const System::String& | Utdata-XML-filen. |
Se även
- Class String
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++