XpsDocument.XpsDocument

XpsDocument()

既定のページ サイズで空の XPS ドキュメントを作成します。

public XpsDocument()

関連項目


XpsDocument(string)

にある既存の XPS ドキュメントを開きます。path.

public XpsDocument(string path)
パラメータタイプ説明
pathStringドキュメントの場所。

関連項目


XpsDocument(string, LoadOptions)

にある既存のドキュメントを開きますpathXPSドキュメントとして.

public XpsDocument(string path, LoadOptions options)
パラメータタイプ説明
pathStringドキュメントの場所。
optionsLoadOptionsドキュメントの読み込みオプション。

関連項目


XpsDocument(Stream, LoadOptions)

に保存されている既存のドキュメントを読み込みますstreamXPSドキュメントとして.

public XpsDocument(Stream stream, LoadOptions options)
パラメータタイプ説明
streamStreamドキュメント ストリーム。
optionsLoadOptionsドキュメントの読み込みオプション。

関連項目