PageOrientationValues Enumeration

Defines the PageOrientationValues enumeration.

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

Syntax

'Declaration
Public Enumeration PageOrientationValues
'Usage
Dim instance As PageOrientationValues
public enum PageOrientationValues

Members

Member name Description
Portrait Portrait Mode. When the item is serialized out as xml, its value is "portrait".
Landscape Landscape Mode. When the item is serialized out as xml, its value is "landscape".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace