Share via


PrintingProperties.PrintWhat Property

Definition

Print Output

Represents the following attribute in the schema: prnWhat

[DocumentFormat.OpenXml.SchemaAttr(0, "prnWhat")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintOutputValues> PrintWhat { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintOutputValues> PrintWhat { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "prnWhat")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintOutputValues>? PrintWhat { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("prnWhat")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintOutputValues>? PrintWhat { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintOutputValues>? PrintWhat { get; set; }
member this.PrintWhat : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintOutputValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "prnWhat")>]
member this.PrintWhat : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintOutputValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("prnWhat")>]
member this.PrintWhat : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.PrintOutputValues> with get, set
Public Property PrintWhat As EnumValue(Of PrintOutputValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to