public class DocumentPage
Public Class DocumentPage
public ref class DocumentPage
type DocumentPage = class end
DocumentPage() | Default constructor of the Page object. |
DocumentPage(Int32, Rectangle, Rectangle, Boolean, Int32, Point, Point, Int32, Boolean) | Constructor of the Page object. |
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). |
Contains | Checks if a given point is contained in the document page. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |