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