PrintPageOptions

StockSharp.Xaml.Diagram.GXDiagram

各ページで印刷する方法を制御するためのオプションを提供します。

フィールド

Background
public const PrintPageOptions Background
value = PrintPageOptions.Background

図の背景を印刷します。

Full
public const PrintPageOptions Full
value = PrintPageOptions.Full

最後の列または行にあるそれらのページの左または上部の側面だけに沿うだけでなく、ページ全体を印刷します。

FullBackground
public const PrintPageOptions FullBackground
value = PrintPageOptions.FullBackground

このページ全体で印刷し、図形の背景を含んでいます。

FullGrid
public const PrintPageOptions FullGrid
value = PrintPageOptions.FullGrid

このページ全体にプリントして、図形のGridPattern を、GridVisible なら含めてください。

FullGridBackground
public const PrintPageOptions FullGridBackground
value = PrintPageOptions.FullGridBackground

このページ全体で印刷し、図形のGridPatternと背景を含んでいます。

Grid
public const PrintPageOptions Grid
value = PrintPageOptions.Grid

図が持つ可能性のある背景グリッドパターンを印刷します。(GridVisible@ も真でなければなりません。)

GridBackground
public const PrintPageOptions GridBackground
value = PrintPageOptions.GridBackground

図表の背景と、可視性GridPattern@の両面印刷

None
public const PrintPageOptions None
value = PrintPageOptions.None

図表や指定した部分の要求領域のみを印刷します。