PageSetupOrientationValues Enumeration
Printed Page Orientation
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration PageSetupOrientationValues
用法
Dim instance As PageSetupOrientationValues
public enum PageSetupOrientationValues
Members
Member name | Description | |
---|---|---|
Default | Default Page Orientation. When the item is serialized out as xml, its value is "default". | |
Portrait | Portrait Page. When the item is serialized out as xml, its value is "portrait". | |
Landscape | Landscape Page. When the item is serialized out as xml, its value is "landscape". |