PageOrientation
PageOrientation class
Specifies page orientation
public sealed class PageOrientation : Enumeration
Constructors
Methods
Name |
Description |
CompareTo(object) |
Compares current object to other. |
virtual Equals(Enumeration) |
Determines whether two object instances are equal. |
override Equals(object) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
override ToString() |
Returns a string that represents the current object. |
Fields
Name |
Description |
static Default |
Default page orientation e.g. as is in source document |
static Landscape |
Landscape page orientation (wide and short). |
static Portrait |
Portrait page orientation (narrow and tall). |
See Also