XpsDocument.XpsDocument

XpsDocument()

Creates empty XPS document with default page size.

public XpsDocument()

See Also


XpsDocument(string)

Opens an existing XPS document located at the path.

public XpsDocument(string path)
ParameterTypeDescription
pathStringLocation of the document.

See Also


XpsDocument(string, LoadOptions)

Opens an existing document located at the path as XPS document.

public XpsDocument(string path, LoadOptions options)
ParameterTypeDescription
pathStringLocation of the document.
optionsLoadOptionsDocument loading options.

See Also


XpsDocument(Stream, LoadOptions)

Loads an existing document stored in the stream as XPS document.

public XpsDocument(Stream stream, LoadOptions options)
ParameterTypeDescription
streamStreamDocument stream.
optionsLoadOptionsDocument loading options.

See Also