SetStandardScale Method (IPrintManager) Send Feedback
See Also 
StdScaleType

Type of standard scale as defined in dsStandardPrintScale_e

Sets the standard scale for printing.

Syntax

Visual Basic 
Sub SetStandardScale( _
   ByVal StdScaleType As dsStandardPrintScale_e _
) 
C# 
void SetStandardScale( 
   dsStandardPrintScale_e StdScaleType
)
JavaScript 
SetStandardScale( 
   StdScaleType : String
)
COM native C++ 
HRESULT SetStandardScale( 
   dsStandardPrintScale_e StdScaleType
) 
C++ 
DSRESULT SetStandardScale( 
   dsStandardPrintScale_e StdScaleType
) 

Parameters

StdScaleType

Type of standard scale as defined in dsStandardPrintScale_e

Remarks

Set IPrintManager::ScaleToFit to false to enable scaling.

To set a user-defined scale, call IPrintManager::SetUserScaleValue.

 

See Also

Availability

DraftSight V1R1.1