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.
Defines the TargetScreenSizeValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TargetScreenSizeValues
'Usage
Dim instance As TargetScreenSizeValues
public enum TargetScreenSizeValues
Members
Member name | Description | |
---|---|---|
Sz544x376 | Optimize for 544x376. When the item is serialized out as xml, its value is "544x376". | |
Sz640x480 | Optimize for 640x480. When the item is serialized out as xml, its value is "640x480". | |
Sz720x512 | Optimize for 720x512. When the item is serialized out as xml, its value is "720x512". | |
Sz800x600 | Optimize for 800x600. When the item is serialized out as xml, its value is "800x600". | |
Sz1024x768 | Optimize for 1024x768. When the item is serialized out as xml, its value is "1024x768". | |
Sz1152x882 | Optimize for 1152x882. When the item is serialized out as xml, its value is "1152x882". | |
Sz1152x900 | Optimize for 1152x900. When the item is serialized out as xml, its value is "1152x900". | |
Sz1280x1024 | Optimize for 1280x1024. When the item is serialized out as xml, its value is "1280x1024". | |
Sz1600x1200 | Optimize for 1600x1200. When the item is serialized out as xml, its value is "1600x1200". | |
Sz1800x1440 | Optimize for 1800x1440. When the item is serialized out as xml, its value is "1800x1440". | |
Sz1920x1200 | Optimize for 1920x1200. When the item is serialized out as xml, its value is "1920x1200". |