Click or drag to resize

TargetScreenSizeValues Enumeration

Target Screen Size Types

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum TargetScreenSizeValues
Members
Member nameValueDescription
Sz544x3760 544 x 376 Resolution.

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

Sz640x4801 640 x 480 Resolution.

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

Sz720x5122 720 x 512 Resolution.

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

Sz800x6003 800 x 600 Resolution.

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

Sz1024x7684 1024 x 768 Resolution.

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

Sz1152x8825 1152 x 882 Resolution.

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

Sz1152x9006 1152 x 900 Resolution.

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

Sz1280x10247 1280 x 1024 Resolution.

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

Sz1600x12008 1600 x 1200 Resolution.

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

Sz1800x14409 1800 x 1440 Resolution.

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

Sz1920x120010 1920 x 1200 Resolution.

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

See Also