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

只打印图中请求的区域或给定的部分。