Aspose::Page::XPS::XpsDocument::XpsDocument yapıcı

XpsDocument::XpsDocument() constructor

Varsayılan sayfa boyutuyla boş XPS belgesi oluşturur.

Aspose::Page::XPS::XpsDocument::XpsDocument()

Ayrıca Bakınız

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)
ParameterTypeAçıklama
streamSystem::SharedPtr<System::IO::Stream>Document akışı.
optionsSystem::SharedPtr<LoadOptions>Document yükleme seçenekleri.

Ayrıca Bakınız

XpsDocument::XpsDocument(System::String) constructor

path konumunda bulunan mevcut bir XPS belgesini açar.

Aspose::Page::XPS::XpsDocument::XpsDocument(System::String path)
ParameterTypeAçıklama
yolSystem::StringBelgenin konumu.

Ayrıca Bakınız

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)
ParameterTypeAçıklama
yolSystem::StringBelgenin konumu.
optionsSystem::SharedPtr<LoadOptions>Document yükleme seçenekleri.

Ayrıca Bakınız