ScreenSizeValues Enumeration
Screen Sizes Type
Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ScreenSizeValues
'Usage
Dim instance As ScreenSizeValues
public enum ScreenSizeValues
Members
Member name | Description | |
---|---|---|
Sz544x376 | 544x376 pixels. When the item is serialized out as xml, its value is "544,376". | |
Sz640x480 | 640x480 pixels. When the item is serialized out as xml, its value is "640,480". | |
Sz720x512 | 720x512 pixels. When the item is serialized out as xml, its value is "720,512". | |
Sz800x600 | 800x600 pixels. When the item is serialized out as xml, its value is "800,600". | |
Sz1024x768 | 1024x768 pixels. When the item is serialized out as xml, its value is "1024,768". | |
Sz1152x862 | 1152x862 pixels. When the item is serialized out as xml, its value is "1152,862". |