GetPaperSize Method (IPrintManager)
Gets the size of the paper.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetPaperSize( _
DOUBLE* Length As System.Double, _
DOUBLE* Width As System.Double _
) |
C# | |
---|
void GetPaperSize(
out System.double Length,
out System.double Width
) |
JavaScript | |
---|
GetPaperSize(
) : {
Length : Number,
Width : Number
}
|
Parameters
- Length[out]
- Length of paper
- Width[out] or Return Value
- Width of paper
Example
Remarks
See Also
Availability
DraftSight V1R1