Click or drag to resize

PageSettings Class

The paper size and margins of a layout, in millimeters. Only meaningful for a view whose ViewType is PageView.
Inheritance Hierarchy
SystemObject
  Rhino.DocObjectsPageSettings

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public class PageSettings

The PageSettings type exposes the following members.

Constructors
  NameDescription
Public methodPageSettings
Initializes a new instance of the PageSettings class
Top
Properties
  NameDescription
Public propertyBottomMarginMillimeters
Bottom margin in millimeters.
Public propertyHeightMillimeters
Paper height in millimeters.
Public propertyLeftMarginMillimeters
Left margin in millimeters.
Public propertyPageNumber
The page number of this layout.
Public propertyPrinterName
Name of the printer this layout targets, if any.
Public propertyRightMarginMillimeters
Right margin in millimeters.
Public propertyTopMarginMillimeters
Top margin in millimeters.
Public propertyWidthMillimeters
Paper width in millimeters.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also