ts-visio - v1.16.27
    Preparing search index...

    Variable PageSizesConst

    PageSizes: {
        A3: { height: 16.535; width: 11.693 };
        A4: { height: 11.693; width: 8.268 };
        A5: { height: 8.268; width: 5.827 };
        Legal: { height: 14; width: 8.5 };
        Letter: { height: 11; width: 8.5 };
        Tabloid: { height: 17; width: 11 };
    } = ...

    Common paper sizes in inches (width × height in portrait orientation).

    Type Declaration

    • ReadonlyA3: { height: 16.535; width: 11.693 }
    • ReadonlyA4: { height: 11.693; width: 8.268 }
    • ReadonlyA5: { height: 8.268; width: 5.827 }
    • ReadonlyLetter: { height: 11; width: 8.5 }
    • ReadonlyTabloid: { height: 17; width: 11 }