Click or drag to resize

LayoutViewport Property

Gets the viewport associated with this layout. This is the viewport with Id 1 that represents the paper space itself, it has no graphical representation, and does not show the model.

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Viewport Viewport { get; }

Property Value

Type: Viewport
Remarks
The ModelSpace layout does not require a viewport and it will always return null.
See Also