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 };
} = ...
Type Declaration
ReadonlyA3: { height: 16.535; width: 11.693 }
ReadonlyA4: { height: 11.693; width: 8.268 }
ReadonlyA5: { height: 8.268; width: 5.827 }
ReadonlyLegal: { height: 14; width: 8.5 }
ReadonlyLetter: { height: 11; width: 8.5 }
ReadonlyTabloid: { height: 17; width: 11 }
Common paper sizes in inches (width × height in portrait orientation).