Enum PageSizeType
PageSizeType enumeration
Specifies the size of the page node type.
public enum PageSizeType
Values
| Name | Value | Description |
|---|---|---|
| SizeByContent | 0 | The page does not have a fixed size. It resizes automatically to fit all of the content within it. |
| USStatement | 1 | U.S. statement (5.5" x 8.5"). |
| ANSILetter | 2 | ANSI letter (8.5" x 11"). |
| ANSITabloid | 3 | ANSI tabloid (11" x 17"). |
| USLegal | 4 | U.S. legal (8.5" x 14"). |
| ISOA3 | 5 | ISO A3 (297mm x 420mm). |
| ISOA4 | 6 | ISO A4 (210mm x 297mm). |
| ISOA5 | 7 | ISO A5 (148mm x 210mm). |
| ISOA6 | 8 | ISO A6 (105mm x 148mm). |
| JISB4 | 9 | JIS B4 (257mm x 364mm). |
| JISB5 | 10 | JIS B5 (182mm x 257mm). |
| JISB6 | 11 | JIS B6 (128mm x 182mm). |
| JapanesePostcard | 12 | Japanese postcard (100mm x 148mm). |
| IndexCard | 13 | Index card (3" x 5"). |
| Billfold | 14 | Billfold (3.75" x 6.75"). |
| Custom | 15 | Custom size. |
See Also
- namespace Aspose.Note
- assembly Aspose.Note