Método Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML

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

Exporta los marcadores a un flujo XML.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML(const System::SharedPtr<System::IO::Stream> &stream)
ParámetroTipoDescripción
flujoconst System::SharedPtr<System::IO::Stream>&Flujo de salida donde se almacenarán los datos.

Ver también

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

Exporta los marcadores a un archivo XML.

void Aspose::Pdf::Facades::PdfBookmarkEditor::ExportBookmarksToXML(const System::String &xmlFile)
ParámetroTipoDescripción
xmlFileconst System::String&El archivo XML de salida.

Ver también