API Reference
WordPageSize
PaperSizes used in Microsoft Office
Inheritance
- Enum
- WordPageSize
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field WordPageSize.A3
- Field WordPageSize.A4
- Field WordPageSize.A5
- Field WordPageSize.A6
- Field WordPageSize.B5
- Field WordPageSize.Executive
- Field WordPageSize.Legal
- Field WordPageSize.Letter
- Field WordPageSize.Statement
- Field WordPageSize.Unknown
- Property WordPageSizes.PageSize
Accepted by parameters
- Method PageSetupBuilder.Size
- Method SectionBuilder.Size
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WordPageSize Unknown #Custom/unknown paper size that is not defined within OfficeIMO
0public const WordPageSize Letter #Letter is part of the North American loose paper size series. It is the standard for business and academic documents, and measures 216 × 279 mm or 8.5 × 11 inches.
1public const WordPageSize Legal #Legal is part of the North American loose paper size series. It is used to make legal pads, and measures 216 × 356 mm or 8.5 × 14 inches.
2public const WordPageSize A3 #An A3 piece of paper measures 297 × 420 mm or 11.7 × 16.5 inches.
5public const WordPageSize A4 #An A4 piece of paper measures 210 × 297 mm or 8.3 × 11.7 inches
6public const WordPageSize A5 #An A5 piece of paper measures 148 × 210 mm or 5.8 × 8.3 inches.
7public const WordPageSize A6 #An A6 piece of paper measures 105 × 148 mm or 4.1 × 5.8 inches.
8public const WordPageSize B5 #A B5 piece of paper measures 176 × 250 mm or 6.9 × 9.8 inches.
9