Click or drag to resize

ScreenSizeValues Enumeration

Screen Sizes Type

Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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