Enum PrintOrientation
Represents the orientation of the page in the printed document.
public enum PrintOrientation
Fields
Landscape = 1
Print the document in landscape mode.
Portrait = 0
Print the document in portrait mode.
Represents the orientation of the page in the printed document.
public enum PrintOrientation
Landscape = 1
Print the document in landscape mode.
Portrait = 0
Print the document in portrait mode.