Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Slide Size Type
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration SlideSizeValues
'Usage
Dim instance As SlideSizeValues
public enum SlideSizeValues
Members
| Member name | Description | |
|---|---|---|
| Screen4x3 | Screen 4x3. When the item is serialized out as xml, its value is "screen4x3". | |
| Letter | Letter. When the item is serialized out as xml, its value is "letter". | |
| A4 | A4. When the item is serialized out as xml, its value is "A4". | |
| Film35mm | 35mm Film. When the item is serialized out as xml, its value is "35mm". | |
| Overhead | Overhead. When the item is serialized out as xml, its value is "overhead". | |
| Banner | Banner. When the item is serialized out as xml, its value is "banner". | |
| Custom | Custom. When the item is serialized out as xml, its value is "custom". | |
| Ledger | Ledger. When the item is serialized out as xml, its value is "ledger". | |
| A3 | A3. When the item is serialized out as xml, its value is "A3". | |
| B4ISO | B4ISO. When the item is serialized out as xml, its value is "B4ISO". | |
| B5ISO | B5ISO. When the item is serialized out as xml, its value is "B5ISO". | |
| B4JIS | B4JIS. When the item is serialized out as xml, its value is "B4JIS". | |
| B5JIS | B5JIS. When the item is serialized out as xml, its value is "B5JIS". | |
| HagakiCard | Hagaki Card. When the item is serialized out as xml, its value is "hagakiCard". | |
| Screen16x9 | Screen 16x9. When the item is serialized out as xml, its value is "screen16x9". | |
| Screen16x10 | Screen 16x10. When the item is serialized out as xml, its value is "screen16x10". |