HeaderOptions Class |
Namespace: NetQuarry
The HeaderOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| HeaderOptions |
Constructs a new instance of this object.
|
| Name | Description | |
|---|---|---|
| DrawHeaderLine | Draw a line between the header and page contents | |
| HeaderHeight | Gets/Sets header height | |
| HeaderText | Gets/Sets header text | |
| HeaderTextColor | Gets/Sets the header text color | |
| HeaderTextSize | Gets/Sets header text size | |
| HeaderWidth |
The width for the header
| |
| ShowOnEvenPages | Allow header to show on even pages | |
| ShowOnFirstPage | Allow header to show on first page | |
| ShowOnOddPages | Allow header to show on odd pages | |
| SubtitleText | Gets/Sets header subtitle text | |
| SubtitleTextColor | Gets/Sets the header subtitle text color | |
| SubtitleTextSize | Gets/Sets header subtitle text size | |
| TextJustification | Gets/Sets the text justification of the header text | |
| X |
The X coordinate for the header
| |
| Y |
The Y coordinate for the header
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |