GetPrintMargins Method (IExportSettings)
Gets the specified print margins.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetPrintMargins( _
double* Top As System.Double, _
double* Bottom As System.Double, _
double* Left As System.Double, _
double* Right As System.Double _
) |
C# | |
---|
void GetPrintMargins(
out System.double Top,
out System.double Bottom,
out System.double Left,
out System.double Right
) |
JavaScript | |
---|
GetPrintMargins(
) : {
Top : Number,
Bottom : Number,
Left : Number,
Right : Number
}
|
Parameters
- Top[out]
- Top margin
- Bottom[out]
- Bottom margin
- Left[out]
- Left margin
- Right[out] or Return Value
- Right margin
Example
Remarks
See Also
Availability
DraftSight 2018 SP0