ScaleToFit Property (IPrintManager) Send Feedback
See Also  Example
Gets or sets whether to scale the printout to fit the paper.

Syntax

Visual Basic 
Property ScaleToFit As System.Boolean
C# 
System.bool ScaleToFit {get; set;}
JavaScript 
get_ScaleToFit () : Boolean
put_ScaleToFit (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_ScaleToFit(
   VARIANT_BOOL* Val
) 
HRESULT put_ScaleToFit( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_ScaleToFit (
   bool* Val
)
DSRESULT put_ScaleToFit(
   bool NewVal
)

Property Value

True to scale the printout to fit the paper, false to use a specified scale

Example

See Also

Availability

DraftSight V1R1