API Reference
Enum
WordPageSize
PaperSizes used in Microsoft Office
Inheritance
- Enum
- WordPageSize
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("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
Value:
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.
Value:
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.
Value:
2public const WordPageSize A3 #An A3 piece of paper measures 297 × 420 mm or 11.7 × 16.5 inches.
Value:
5public const WordPageSize A4 #An A4 piece of paper measures 210 × 297 mm or 8.3 × 11.7 inches
Value:
6public const WordPageSize A5 #An A5 piece of paper measures 148 × 210 mm or 5.8 × 8.3 inches.
Value:
7public const WordPageSize A6 #An A6 piece of paper measures 105 × 148 mm or 4.1 × 5.8 inches.
Value:
8public const WordPageSize B5 #A B5 piece of paper measures 176 × 250 mm or 6.9 × 9.8 inches.
Value:
9