DrawingResizeTypeValue

DrawingResizeTypeValue enumeration

Determines whether the drawing page resizes automatically to fit the diagram.

public enum DrawingResizeTypeValue

Values

Name Value Description
DependsOnDrawingSizeType 0 Whether the page resizes automatically depends on the value of the DrawingSizeType cell. If DrawingSizeType = 0 (the drawing page size is the same as the size of the printed page), the page resizes automatically. If the value of DrawingSizeType is anything other than zero (0), the page does not resize automatically.
Automatically 1 The drawing page resizes automatically.
NotAutomatically 2 The drawing page does not resize automatically.
Undefined -2147483648 Undefined.

See Also