SetPrintMargins Method (IExportSettings)
Sets the specified print margins.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetPrintMargins( _
DOUBLE Top As System.Double, _
DOUBLE Bottom As System.Double, _
DOUBLE Left As System.Double, _
DOUBLE Right As System.Double _
) |
C# | |
---|
void SetPrintMargins(
System.double Top,
System.double Bottom,
System.double Left,
System.double Right
) |
JavaScript | |
---|
SetPrintMargins(
Top : Number,
Bottom : Number,
Left : Number,
Right : Number,
) |
Parameters
- Top
- Top margin
- Bottom
- Bottom margin
- Left
- Left margin
- Right
- Right margin
Example
Remarks
See Also
Availability
DraftSight 2018 SP0