PlotSettingsTopMargin Property
|
Gets or set the size, in millimeters, of unprintable margin on top side of paper.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double TopMargin { get; set; }
Public Property TopMargin As Double
Get
Set
public:
property double TopMargin {
double get ();
void set (double value);
}
member TopMargin : float with get, set
PROPERTY TopMargin AS REAL8 GET SET
Property Value
Type:
DoubleSee Also