PrintOutputValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default print output
public enum PrintOutputValuespublic readonly struct PrintOutputValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.PrintOutputValues>, IEquatable<DocumentFormat.OpenXml.Presentation.PrintOutputValues>type PrintOutputValues = type PrintOutputValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PrintOutputValues>Public Enum PrintOutputValuesPublic Structure PrintOutputValues
Implements IEnumValue, IEnumValueFactory(Of PrintOutputValues), IEquatable(Of PrintOutputValues)- Inheritance
- 
				PrintOutputValues
- Inheritance
- 
				PrintOutputValues
Fields
| Name | Value | Description | 
|---|---|---|
| Slides | 0 | Slides. When the item is serialized out as xml, its value is "slides". | 
| Handouts1 | 1 | 1 Slide / Handout Page. When the item is serialized out as xml, its value is "handouts1". | 
| Handouts2 | 2 | 2 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts2". | 
| Handouts3 | 3 | 3 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts3". | 
| Handouts4 | 4 | 4 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts4". | 
| Handouts6 | 5 | 6 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts6". | 
| Handouts9 | 6 | 9 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts9". | 
| Notes | 7 | Notes. When the item is serialized out as xml, its value is "notes". | 
| Outline | 8 | Outline. When the item is serialized out as xml, its value is "outline". | 
| Equality(PrintOutputValues, PrintOutputValues) | ||
| Equals(Object) | ||
| Equals(PrintOutputValues) | ||
| GetHashCode() | ||
| Handouts1 | 1 Slide / Handout Page. When the item is serialized out as xml, its value is "handouts1". | |
| Handouts2 | 2 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts2". | |
| Handouts3 | 3 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts3". | |
| Handouts4 | 4 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts4". | |
| Handouts6 | 6 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts6". | |
| Handouts9 | 9 Slides / Handout Page. When the item is serialized out as xml, its value is "handouts9". | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<PrintOutputValues>.Create(String) | ||
| Inequality(PrintOutputValues, PrintOutputValues) | ||
| Notes | Notes. When the item is serialized out as xml, its value is "notes". | |
| Outline | Outline. When the item is serialized out as xml, its value is "outline". | |
| PrintOutputValues(String) | Creates a new PrintOutputValues enum instance | |
| Slides | Slides. When the item is serialized out as xml, its value is "slides". | |
| ToString() |