ViewInfoSetPageSettings Method |
Sets the paper size and margins of this view. Set
ViewType to
PageView as well, or the page settings are ignored.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic void SetPageSettings(
PageSettings pageSettings
)
Public Sub SetPageSettings (
pageSettings As PageSettings
)
Parameters
- pageSettings
- Type: Rhino.DocObjectsPageSettings
[Missing <param name="pageSettings"/> documentation for "M:Rhino.DocObjects.ViewInfo.SetPageSettings(Rhino.DocObjects.PageSettings)"]
See Also