Click or drag to resize

PrintOutputValues Enumeration

Default print output

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 PrintOutputValues
Members
Member nameValueDescription
Slides0 Slides.

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

Handouts11 1 Slide / Handout Page.

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

Handouts22 2 Slides / Handout Page.

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

Handouts33 3 Slides / Handout Page.

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

Handouts44 4 Slides / Handout Page.

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

Handouts65 6 Slides / Handout Page.

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

Handouts96 9 Slides / Handout Page.

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

Notes7 Notes.

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

Outline8 Outline.

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

See Also