PrintPageOrientation
Contents
[
Hide
]PrintPageOrientation class
Determines whether the page is printed in portrait or landscape orientation.
Constructors
| Name | Description |
|---|---|
| PrintPageOrientation | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | int | Determines whether the page is printed in portrait or landscape orientation. The value of the property is PrintPageOrien |
| Ufe | UnitFormulaErr | Specifies attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
PrintPageOrientation(pp, value)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | int | A PrintPageOrientationValue value. |
PrintPageOrientation.Value property
Determines whether the page is printed in portrait or landscape orientation. The value of the property is PrintPageOrientationValue integer constant.
Type: int
PrintPageOrientation.Ufe property
Specifies attributes of an element.
Type: UnitFormulaErr
equals(value)
Are objects equal.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.
deepClone()
Creates deep copy of this instance.