Aspose::Page::XPS::XpsDocument::XpsDocument yapıcı
İçindekiler
[
Saklamak
]XpsDocument::XpsDocument() constructor
Varsayılan sayfa boyutuyla boş XPS belgesi oluşturur.
Aspose::Page::XPS::XpsDocument::XpsDocument()
Ayrıca Bakınız
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::XpsDocument(System::SharedPtr<System::IO::Stream>, System::SharedPtr<LoadOptions>) constructor
Mevcut bir belgeyi stream içinde depolanmış olarak XPS belgesi olarak yükler.
Aspose::Page::XPS::XpsDocument::XpsDocument(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<LoadOptions> options)
| Parameter | Type | Açıklama |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | Document akışı. |
| options | System::SharedPtr<LoadOptions> | Document yükleme seçenekleri. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Stream
- Class LoadOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::XpsDocument(System::String) constructor
path konumunda bulunan mevcut bir XPS belgesini açar.
Aspose::Page::XPS::XpsDocument::XpsDocument(System::String path)
| Parameter | Type | Açıklama |
|---|---|---|
| yol | System::String | Belgenin konumu. |
Ayrıca Bakınız
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::XpsDocument(System::String, System::SharedPtr<LoadOptions>) constructor
path konumunda bulunan mevcut bir belgeyi XPS belgesi olarak açar.
Aspose::Page::XPS::XpsDocument::XpsDocument(System::String path, System::SharedPtr<LoadOptions> options)
| Parameter | Type | Açıklama |
|---|---|---|
| yol | System::String | Belgenin konumu. |
| options | System::SharedPtr<LoadOptions> | Document yükleme seçenekleri. |
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class LoadOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++