Constants Reference > Constants Members > Scale Constants |
Scale Constants
Specifies the scaling to use when printing.
Constant |
Description |
oc2dScaleNone |
Same size as actual chart. |
oc2dScaleToWidth |
Scale to specified width, preserving aspect ratio. |
oc2dScaleToHeight |
Scale to specified height, preserving aspect ratio. |
oc2dScaleToFit |
Scale to existing window (minimum of height and width), preserving aspect ratio. |
oc2dScaleToMax |
Enlarge to size of page. |