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