Click or drag to resize

SlideSizeValues Enumeration

Slide Size Type

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 SlideSizeValues
Members
Member nameValueDescription
Screen4x30 Screen 4x3.

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

Letter1 Letter.

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

A42 A4.

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

Film35mm3 35mm Film.

When the item is serialized out as xml, its value is "35mm".

Overhead4 Overhead.

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

Banner5 Banner.

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

Custom6 Custom.

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

Ledger7 Ledger.

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

A38 A3.

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

B4ISO9 B4ISO.

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

B5ISO10 B5ISO.

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

B4JIS11 B4JIS.

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

B5JIS12 B5JIS.

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

HagakiCard13 Hagaki Card.

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

Screen16x914 Screen 16x9.

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

Screen16x1015 Screen 16x10.

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

See Also