DocumentPage(Int32, Rectangle, Rectangle, Boolean, Int32, Point, Point, Int32, Boolean) Constructor
Constructor of the Page object.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public DocumentPage(
int index,
Rectangle innerBounds,
Rectangle outerBounds,
bool isVisible,
int inactiveBottom,
Point logicalOffset,
Point physicalOffset,
int contentWidth,
bool staticSize
)
Public Sub New (
index As Integer,
innerBounds As Rectangle,
outerBounds As Rectangle,
isVisible As Boolean,
inactiveBottom As Integer,
logicalOffset As Point,
physicalOffset As Point,
contentWidth As Integer,
staticSize As Boolean
)
public:
DocumentPage(
int index,
Rectangle innerBounds,
Rectangle outerBounds,
bool isVisible,
int inactiveBottom,
Point logicalOffset,
Point physicalOffset,
int contentWidth,
bool staticSize
)
new :
index : int *
innerBounds : Rectangle *
outerBounds : Rectangle *
isVisible : bool *
inactiveBottom : int *
logicalOffset : Point *
physicalOffset : Point *
contentWidth : int *
staticSize : bool -> DocumentPage
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).