public class PageModel
Public Class PageModel
public ref class PageModel
type PageModel = class end
PageModel(ISystemSpecifics) | Default constructor of the PageModel class. |
PageModel(PageModel) | Constructor of the PageModel class which copies data from the given class instance. |
Active |
Returns true if Mode is set to PrintingBounds.
Obsolete. |
CanvasSize | Size of the paper working area (without margins). |
Footer | Footer to be rendered on the document page. |
Header | Header to be rendered on the document page. |
HideElementsHighlightings | Whether to render highlightings on document elements indicating their important properties changes. F.e. disabled evaluation or ignoring of input units. |
Margins | Margins of the page. |
Mode | View mode of the document pages. |
Orientation | Orientation of the paper. |
PaperId | ID of the paper size. |
PrintAreas | Whether to display Area regions on the page on print out or not. |
PrintBackgroundImages | Whether to render background images on the page on print out or not. |
PrintEmptyPages | Whether to render empty pages on print out or not. |
PrintGrid | Whether to render grid on the page on print out or not. |
PrintHeaderFooter | Whether to render header and footer on the pages on print out or not. |
SimpleEqualsOnly | Whether to render definition operator as an equality operator on print out or not. |
Size | Size of the paper. |
Equals | Determines whether the specified object is equal to the current object. (Overrides Object.Equals(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. (Overrides Object.GetHashCode()) |
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) |