PageModel Class

Printing model of the document.

Definition

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

Constructors

PageModel(ISystemSpecifics) Default constructor of the PageModel class.
PageModel(PageModel) Constructor of the PageModel class which copies data from the given class instance.

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Overrides Object.Equals(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.
(Overrides Object.GetHashCode())
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