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)
ParameterTypBeskrivning
strömconst System::SharedPtr<System::IO::Stream>&Utdatastream där data kommer att lagras.

Se även

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

Exporterar bokmärken till XML-fil.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML(const System::String &xmlFile)
ParameterTypBeskrivning
xmlFileconst System::String&Utdata-XML-filen.

Se även