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.

Count : int

Gets the total number of pages to be printed.

Diagram : Diagram

Gets a reference to the Diagram being printed.

Index : int

Gets a one-based index of the current page in the total Count of pages to be printed.

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.

RowCount : int

Gets the total number of pages to be printed in each column.

Scale : double

Gets the actual scale at which the diagram is being printed.

Size : Size

Gets the size of the current page, in device-independent pixels.

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.