Click or drag to resize

DXFReaderNETControlPlotMarginLeft Property

Returns/sets the left margin of the plotting page.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public float PlotMarginLeft { get; set; }

Property Value

Type: Single
Remarks
This property measures the space between the plotted drawing and the left of the page. Its units are setted with the PlotUnits property. Default value: 0
See Also