DocumentPage Class

Single page of the Document.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public class DocumentPage
Inheritance
Object    DocumentPage

Constructors

DocumentPage() Default constructor of the Page object.
DocumentPage(Int32, Rectangle, Rectangle, Boolean, Int32, Point, Point, Int32, Boolean) Constructor of the Page object.

Properties

ActiveBounds Active bounds of the current page in the scope of the Document.
ContentWidth Real width of the content on the Document Page.
InactiveBottom Inactive space at the bottom of the page.
Index Index of current page on the Document.
InnerBounds Inner bounds of the current page in the scope of the Document.
IsVisible Whether current page is visible on the screen or not (takes into account vertical scrollbar of the Document).
LogicalOffset Offset for the Document page.
OuterBounds Outer bounds (including print margins) of the current page in the scope of the Document.
PhysicalOffset Offset from the left top screen corner.
StaticSize Whether document page must be rendered fully (usually for export or when in has a background set).

Methods

Contains Checks if a given point is contained in the document page.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also