Sets the standard scale for printing.
| 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
Set IPrintManager::ScaleToFit to false to enable scaling.
To set a user-defined scale, call IPrintManager::SetUserScaleValue.
IPrintManager Interface
IPrintManager Members
IPrintManager::ScaleLineWeight Property
IPrintManager::GetStandardScale Method
IPrintManager::GetUserScaleValue Method
IPrintManager Members
IPrintManager::ScaleLineWeight Property
IPrintManager::GetStandardScale Method
IPrintManager::GetUserScaleValue Method
DraftSight V1R1.1
Syntax