Click or drag to resize

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
Syntax
public void SetPageSettings(
	PageSettings pageSettings
)

Parameters

pageSettings
Type: Rhino.DocObjectsPageSettings

[Missing <param name="pageSettings"/> documentation for "M:Rhino.DocObjects.ViewInfo.SetPageSettings(Rhino.DocObjects.PageSettings)"]

See Also