Aspose::Page::XPS::XpsDocument::XpsDocument konstruktor

XpsDocument::XpsDocument() constructor

Skapar ett tomt XPS dokument med standard sidstorlek.

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

Se även

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)
ParameterTypeBeskrivning
streamSystem::SharedPtr<System::IO::Stream>Document ström.
optionsSystem::SharedPtr<LoadOptions>Document laddningsalternativ.

Se även

XpsDocument::XpsDocument(System::String) constructor

Öppnar ett befintligt XPS dokument som finns på sökvägen.

Aspose::Page::XPS::XpsDocument::XpsDocument(System::String path)
ParameterTypeBeskrivning
sökvägSystem::StringPlats för dokumentet.

Se även

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)
ParameterTypeBeskrivning
sökvägSystem::StringPlats för dokumentet.
optionsSystem::SharedPtr<LoadOptions>Document laddningsalternativ.

Se även