|
Description
|
Returns/sets the left margin of the plotting page.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotMarginLeft[ = Value!]
|
|
Visual C++
|
float DXFReader.GetPlotMarginLeft(); void DXFReader.SetPlotMarginLeft(float NewValue);
|
|
Delphi
|
property PlotMarginLeft: Single;
|
|
C#
|
float DXFReader.PlotMarginLeft;
|
|
Remarks
|
This property measures the space between the plotted drawing and the left edge of the page. Its units are setted with the PlotMode property.
This property is used only if the PlotMode property is set to drInch, drMillimeters or drCentimeters.
|
|
Data Type
|
Single
|
|
Default Value
|
0
|