Aspose::Page::XPS::XpsDocument::XpsDocument constructor
inhoud
[
verbergen
]XpsDocument::XpsDocument() constructor
Creëert een leeg XPS document met standaard paginagrootte.
Aspose::Page::XPS::XpsDocument::XpsDocument()
Zie ook
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::XpsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<LoadOptions>) constructor
Laadt een bestaand document opgeslagen in de stream als XPS document.
Aspose::Page::XPS::XpsDocument::XpsDocument(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<LoadOptions> options)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | Document stroom. |
| options | System::SharedPtr<LoadOptions> | Document laadopties. |
Zie ook
- Typedef SharedPtr
- Class Stream
- Class LoadOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::XpsDocument(System::String) constructor
Opent een bestaand XPS document op het pad.
Aspose::Page::XPS::XpsDocument::XpsDocument(System::String path)
| Parameter | Type | Beschrijving |
|---|---|---|
| pad | System::String | Locatie van het document. |
Zie ook
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::XpsDocument(System::String, System::SharedPtr<LoadOptions>) constructor
Opent een bestaand document op het pad als XPS document.
Aspose::Page::XPS::XpsDocument::XpsDocument(System::String path, System::SharedPtr<LoadOptions> options)
| Parameter | Type | Beschrijving |
|---|---|---|
| pad | System::String | Locatie van het document. |
| options | System::SharedPtr<LoadOptions> | Document laadopties. |
Zie ook
- Class String
- Typedef SharedPtr
- Class LoadOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++