Click or drag to resize

PrintOutputValues Enumeration

Default print output

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