Aspose::Page::XPS::XpsDocument::XpsDocument constructor

XpsDocument::XpsDocument() constructor

Creëert een leeg XPS document met standaard paginagrootte.

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

Zie ook

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)
ParameterTypeBeschrijving
streamSystem::SharedPtr<System::IO::Stream>Document stroom.
optionsSystem::SharedPtr<LoadOptions>Document laadopties.

Zie ook

XpsDocument::XpsDocument(System::String) constructor

Opent een bestaand XPS document op het pad.

Aspose::Page::XPS::XpsDocument::XpsDocument(System::String path)
ParameterTypeBeschrijving
padSystem::StringLocatie van het document.

Zie ook

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)
ParameterTypeBeschrijving
padSystem::StringLocatie van het document.
optionsSystem::SharedPtr<LoadOptions>Document laadopties.

Zie ook