Share

DrawingPrintManager.ScaleMode Property

Parent Object: DrawingPrintManager

Description

Gets/Sets the mode by which the scale of the print is defined. Defaults to kPrintBestFitScale.

Syntax

DrawingPrintManager.ScaleMode() As PrintScaleModeEnum

Property Value

This is a read/write property whose value is a PrintScaleModeEnum.

Samples

Name Description
Printing - All Sheets in Drawing This sample demonstrates how to print all sheets in a drawing document and set some of the DrawingPrintManager properties.
Printing - Drawing Print This sample demonstrates how to print a drawing, setting specifics such as sheet range.

Version

Introduced in version 5

Was this information helpful?