API Reference
PageSizes
Commonly used page sizes.
Inheritance
- Object
- PageSizes
Methods
public static PageSize Get(String name) #PageSizeResolves a standard page-size name.
Parameters
- name System.String
public static Boolean TryGet(String name, out PageSize pageSize) #BooleanAttempts to resolve a standard page-size name.
Parameters
- name System.String
- pageSize OfficeIMO.Pdf.PageSize@
Inherited Methods
Properties
public static PageSize A0 { get; } #ISO A0 size (2384 × 3370 pt).
public static PageSize A1 { get; } #ISO A1 size (1684 × 2384 pt).
public static PageSize A2 { get; } #ISO A2 size (1190 × 1684 pt).
public static PageSize A3 { get; } #ISO A3 size (842 × 1190 pt).
public static PageSize A5 { get; } #ISO A5 size (420 × 595 pt).
public static PageSize A4 { get; } #ISO A4 size (595 × 842 pt).
public static PageSize A6 { get; } #ISO A6 size (298 × 420 pt).
public static PageSize A7 { get; } #ISO A7 size (210 × 298 pt).
public static PageSize A8 { get; } #ISO A8 size (148 × 210 pt).
public static PageSize A9 { get; } #ISO A9 size (105 × 148 pt).
public static PageSize A10 { get; } #ISO A10 size (74 × 105 pt).
public static PageSize B0 { get; } #ISO B0 size (2834 × 4008 pt).
public static PageSize B1 { get; } #ISO B1 size (2004 × 2834 pt).
public static PageSize B2 { get; } #ISO B2 size (1417 × 2004 pt).
public static PageSize B3 { get; } #ISO B3 size (1000 × 1417 pt).
public static PageSize B4 { get; } #ISO B4 size (708 × 1000 pt).
public static PageSize B5 { get; } #ISO B5 size (498 × 708 pt).
public static PageSize B6 { get; } #ISO B6 size (354 × 498 pt).
public static PageSize B7 { get; } #ISO B7 size (249 × 354 pt).
public static PageSize B8 { get; } #ISO B8 size (175 × 249 pt).
public static PageSize B9 { get; } #ISO B9 size (124 × 175 pt).
public static PageSize B10 { get; } #ISO B10 size (88 × 124 pt).
public static PageSize Executive { get; } #US Executive size (522 × 756 pt).
public static PageSize Letter { get; } #US Letter size (612 × 792 pt).
public static PageSize Legal { get; } #US Legal size (612 × 1008 pt).
public static PageSize Ledger { get; } #US Ledger size (1224 × 792 pt).
public static PageSize Tabloid { get; } #US Tabloid size (792 × 1224 pt).
public static PageSize LedgerOrTabloid { get; } #Alias for US Ledger or Tabloid landscape size (1224 × 792 pt).
public static IReadOnlyCollection<String> Names { get; } #Known standard page-size names.