PrintingProperties.PrintWhat Property

Print Output.Represents the attribte in schema: prnWhat

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "prnWhat")> _
Public Property PrintWhat As EnumValue(Of PrintOutputValues)
    Get
    Set
'Usage
Dim instance As PrintingProperties
Dim value As EnumValue(Of PrintOutputValues)

value = instance.PrintWhat

instance.PrintWhat = value
[SchemaAttrAttribute(, "prnWhat")]
public EnumValue<PrintOutputValues> PrintWhat { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<PrintOutputValues>
Returns EnumValue<T>.

See Also

Reference

PrintingProperties Class

PrintingProperties Members

DocumentFormat.OpenXml.Presentation Namespace