|
Description
|
Returns/sets the right margin of the plotting page.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotMarginRight[ = Value!]
|
|
Visual C++
|
float DXFReader.GetPlotMarginRight(); void DXFReader.SetPlotMarginRight(float NewValue);
|
|
Delphi
|
property PlotMarginRight: Single;
|
|
C#
|
float DXFReader.PlotMarginRight;
|
|
Remarks
|
This property measures the space between the plotted drawing and the right 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
|