Click or drag to resize

FooterOptions Class

Serves as document footer output options for generic print document.
Inheritance Hierarchy
SystemObject
  NetQuarryFooterOptions

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class FooterOptions

The FooterOptions type exposes the following members.

Constructors
  NameDescription
Public methodFooterOptions
Constructs a new instance of this object.
Top
Properties
  NameDescription
Public propertyFooterHeight
Gets/Sets footer height
Public propertyFooterText
Gets/Sets footer text
Public propertyFooterTextColor
Gets/Sets the footer text color
Public propertyFooterTextSize
Gets/Sets footer text size
Public propertyFooterWidth
Gets/Sets footer width
Public propertyPageNumberText
Gets/Sets page number text
Public propertyPageNumberTextColor
Gets/Sets the page number text color
Public propertyPageNumberTextSize
Gets/Sets page number text size
Public propertyShowOnEvenPages
Show footer on even pages
Public propertyShowOnFirstPage
Show footer on first page
Public propertyShowOnOddPages
Show footer on odd pages
Public propertyShowPageNumber
Show page number on pages
Public propertyTextJustification
Gets/Sets the text justification of the footer text
Public propertyX
The X coordinate for the footer
Public propertyY
The Y coordinate for the footer
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also