Click or drag to resize

WebScreenSizeValues Enumeration

HTML/Web Screen Size Target

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum WebScreenSizeValues
Members
Member nameValueDescription
Sz544x3760 HTML/Web Size Enumeration 544x376.

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

Sz640x4801 HTML/Web Size Enumeration 640x480.

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

Sz720x5122 HTML/Web Size Enumeration 720x515.

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

Sz800x6003 HTML/Web Size Enumeration 800x600.

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

Sz1024x7684 HTML/Web Size Enumeration 1024x768.

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

Sz1152x8825 HTML/Web Size Enumeration 1152x882.

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

Sz1152x9006 HTML/Web Size Enumeration 1152x900.

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

Sz1280x10247 HTML/Web Size Enumeration 1280x1024.

When the item is serialized out as xml, its value is "1280x1024".

Sz1600x12008 HTML/Web Size Enumeration 1600x1200.

When the item is serialized out as xml, its value is "1600x1200".

Sz1800x14009 HTML/Web Size Enumeration 1800x1400.

When the item is serialized out as xml, its value is "1800x1400".

Sz1920x120010 HTML/Web Size Enumeration 1920x1200.

When the item is serialized out as xml, its value is "1920x1200".

See Also