Click or drag to resize

DXFReaderNETControlPlotMarginBottom Property

Returns/sets the bottom margin of the plotting page.

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

Property Value

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