PageInfo
StockSharp.Xaml.Diagram.GXDiagram.PrintManager
This read-only class provides information about the current page while printing.
Properties
Column : int
Gets a one-based index of the current page in the total ColumnCount of pages to be printed for each row.
ColumnCount : int
Gets the total number of pages to be printed in each row.
PageBounds : Rect
Gets the bounds, in model coordinates, of the whole page being printed.
Row : int
Gets a one-based index of the current page in the total RowCount of pages to be printed for each column.
TotalBounds : Rect
Gets the bounds, in model coordinates, of the total area of the diagram being printed.
Viewport : Rect
Gets the size and location of the diagram area (within the margins), in device-independent pixels.
ViewportBounds : Rect
Gets the bounds, in model coordinates, of the area being printed for this page.