Share via


PageOrientationValues Enumeration

Defines the PageOrientationValues enumeration.

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

Syntax

'宣言
Public Enumeration PageOrientationValues
'使用
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