DocumentPage(Int32, Rectangle, Rectangle, Boolean, Int32, Point, Point, Int32, Boolean) Constructor

Constructor of the Page object.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public DocumentPage(
	int index,
	Rectangle innerBounds,
	Rectangle outerBounds,
	bool isVisible,
	int inactiveBottom,
	Point logicalOffset,
	Point physicalOffset,
	int contentWidth,
	bool staticSize
)

Parameters

index  Int32
Page indes.
innerBounds  Rectangle
Bounds of the page.
outerBounds  Rectangle
Outer bounds (including print margins) of the current page in the scope of the Document.
isVisible  Boolean
Whether page is visible on the view port or not.
inactiveBottom  Int32
Height of the inactive area at the bottom of the page.
logicalOffset  Point
Offset for the Document page.
physicalOffset  Point
Offset from the left top screen corner.
contentWidth  Int32
Real width of the content on the Document Page.
staticSize  Boolean
Whether document page must be rendered fully (usually for export or when in has a background set).

See Also