PrintPageOptions
StockSharp.Xaml.Diagram.GXDiagram
This enumeration provides options for controlling how printing occupies each page.
Fields
Background
public const PrintPageOptions Background
value = PrintPageOptions.Background
Print the Diagram's Background.
Full
public const PrintPageOptions Full
value = PrintPageOptions.Full
Print over the whole page, not just along the left or top sides for those pages that are in the last column or row.
FullBackground
public const PrintPageOptions FullBackground
value = PrintPageOptions.FullBackground
Print over the whole page and include the Diagram's Background.
FullGrid
public const PrintPageOptions FullGrid
value = PrintPageOptions.FullGrid
Print over the whole page and include the Diagram's GridPattern, if GridVisible.
FullGridBackground
public const PrintPageOptions FullGridBackground
value = PrintPageOptions.FullGridBackground
Print over the whole page and include the Diagram's GridPattern and Background.
Grid
public const PrintPageOptions Grid
value = PrintPageOptions.Grid
Print any background grid pattern that the diagram may have. (GridVisible must also be true.)
GridBackground
public const PrintPageOptions GridBackground
value = PrintPageOptions.GridBackground
Print both the Diagram's Background and any visible GridPattern.
None
public const PrintPageOptions None
value = PrintPageOptions.None
Only print the requested area of the diagram or the given parts.