Click or drag to resize

ScreenSizeValues Enumeration

Screen Sizes Type

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ScreenSizeValues
Members
Member nameValueDescription
Sz544x3760 544x376 pixels.

When the item is serialized out as xml, its value is "544,376".

Sz640x4801 640x480 pixels.

When the item is serialized out as xml, its value is "640,480".

Sz720x5122 720x512 pixels.

When the item is serialized out as xml, its value is "720,512".

Sz800x6003 800x600 pixels.

When the item is serialized out as xml, its value is "800,600".

Sz1024x7684 1024x768 pixels.

When the item is serialized out as xml, its value is "1024,768".

Sz1152x8625 1152x862 pixels.

When the item is serialized out as xml, its value is "1152,862".

See Also