PrintPageOptions
StockSharp.Xaml.Diagram.GXDiagram
This enumeration provides options for controlling how printing occupies each page.
Fields
Background : PrintPageOptions
Print the Diagram's Background.
Full : PrintPageOptions
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 : PrintPageOptions
Print over the whole page and include the Diagram's Background.
FullGrid : PrintPageOptions
Print over the whole page and include the Diagram's GridPattern, if GridVisible.
FullGridBackground : PrintPageOptions
Print over the whole page and include the Diagram's GridPattern and Background.
Grid : PrintPageOptions
Print any background grid pattern that the diagram may have. (GridVisible must also be true.)
GridBackground : PrintPageOptions
Print both the Diagram's Background and any visible GridPattern.
None : PrintPageOptions
Only print the requested area of the diagram or the given parts.