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 |
Remarks
To set the drawing size, use the Page Setup dialog box (click Page Setup on the File menu) or manually resize the page with the mouse.
To reference the DrawingSizeType cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
DrawingSizeType |
To reference 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 |