XpsDocument.XpsDocument
Contents
[
Hide
]XpsDocument()
Creates empty XPS document with default page size.
public XpsDocument()
See Also
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
XpsDocument(string)
Opens an existing XPS document located at the path.
public XpsDocument(string path)
| Parameter | Type | Description |
|---|---|---|
| path | String | Location of the document. |
See Also
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
XpsDocument(string, LoadOptions)
Opens an existing document located at the path as XPS document.
public XpsDocument(string path, LoadOptions options)
| Parameter | Type | Description |
|---|---|---|
| path | String | Location of the document. |
| options | LoadOptions | Document loading options. |
See Also
- class LoadOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
XpsDocument(Stream, LoadOptions)
Loads an existing document stored in the stream as XPS document.
public XpsDocument(Stream stream, LoadOptions options)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | Document stream. |
| options | LoadOptions | Document loading options. |
See Also
- class LoadOptions
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page