Aspose::Page::XPS::XpsDocument::XpsDocument konstruktor
Innehåll
[
Dölj
]XpsDocument::XpsDocument() constructor
Skapar ett tomt XPS dokument med standard sidstorlek.
Aspose::Page::XPS::XpsDocument::XpsDocument()
Se även
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::XpsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<LoadOptions>) constructor
Laddar ett befintligt dokument lagrat i strömmen som XPS dokument.
Aspose::Page::XPS::XpsDocument::XpsDocument(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<LoadOptions> options)
| Parameter | Type | Beskrivning |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | Document ström. |
| options | System::SharedPtr<LoadOptions> | Document laddningsalternativ. |
Se även
- Typedef SharedPtr
- Class Stream
- Class LoadOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::XpsDocument(System::String) constructor
Öppnar ett befintligt XPS dokument som finns på sökvägen.
Aspose::Page::XPS::XpsDocument::XpsDocument(System::String path)
| Parameter | Type | Beskrivning |
|---|---|---|
| sökväg | System::String | Plats för dokumentet. |
Se även
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::XpsDocument(System::String, System::SharedPtr<LoadOptions>) constructor
Öppnar ett befintligt dokument som finns på sökvägen som XPS dokument.
Aspose::Page::XPS::XpsDocument::XpsDocument(System::String path, System::SharedPtr<LoadOptions> options)
| Parameter | Type | Beskrivning |
|---|---|---|
| sökväg | System::String | Plats för dokumentet. |
| options | System::SharedPtr<LoadOptions> | Document laddningsalternativ. |
Se även
- Class String
- Typedef SharedPtr
- Class LoadOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++