Sets the size of the margins for the
paper size specified to use for printing.
.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
See Also
Availability
DraftSight V1R4.0