DrawingSizeType Cell (Page Properties Section)
Determines the drawing size.
Value | Description | Automation constant |
|---|---|---|
0 | Same as printer | visPrintSetup |
1 | Fit page to drawing contents | visTight |
2 | Standard | visStandard |
3 | Custom page size | visCustom |
4 | Custom scaled drawing size | visLogical |
5 | Metric (ISO) | visDSMetric |
6 | ANSI Engineering | visDSEngr |
7 | ANSI Architectural | visDSArch |
To set the drawing size, use the Page Setup dialog box (click the Page Setup arrow on the Design tab) or manually resize the page with the mouse.
To get a reference to the DrawingSizeType cell by name from another formula, or from a program using the CellsU property, use:
Cell name: | DrawingSizeType |
To get a reference to the DrawingSizeType cell by index from a program, use the CellsSRC property with the following arguments:
Section index: | visSectionObject |
Row index: | visRowPage |
Cell index: | visPageDrawSizeType |