Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML method
PdfBookmarkEditor::ImportBookmarksWithXML(const System::SharedPtr<System::IO::Stream>&) method
Importerar bokmärken till dokumentet från en XML-fil.
void Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML(const System::SharedPtr<System::IO::Stream> &stream)
| Parameter | Typ | Beskrivning |
|---|---|---|
| ström | const System::SharedPtr<System::IO::Stream>& | Ström med bokmärkesdata. |
Se även
- Typedef SharedPtr
- Class Stream
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ImportBookmarksWithXML(const System::String&) method
Importerar bokmärken till dokumentet från en XML-fil.
void Aspose::Pdf::Facades::PdfBookmarkEditor::ImportBookmarksWithXML(const System::String &xmlFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| xmlFile | const System::String& | XML‑filen som innehåller bokmärkeslistan. |
Se även
- Class String
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++