The Header type exposes the following members.

Constructors

  NameDescription
Public methodHeader
Initialize a new instance of the Header class.

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 methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Read from XML reader.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyClip
Clip any content that does not fit.
(Inherited from Area.)
Public propertyEven
Get or set if the area will appear on all even pages.
(Inherited from Area.)
Public propertyEvenFirst
Get or set if the area appeas on the even-first page.
(Inherited from Area.)
Public propertyEvenLast
Get or set if the area appeas on the even-last page.
(Inherited from Area.)
Public propertyEvenMiddle
Get or set if the area appeas on the even-middle page.
(Inherited from Area.)
Public propertyFirst
Get or set if the area will appear on each first page.
(Inherited from Area.)
Public propertyHeight
Get or set the vertical extent of this area in points (1/72 inch).
(Inherited from Area.)
Public propertyLast
Get or set if the area will appear on each last page.
(Inherited from Area.)
Public propertyLastBehavior
The LastBehavior is used to specify how the Last boolean should work. (default = NotFirst)
(Inherited from Area.)
Public propertyLeft
Get or set the left edge of the area.
(Inherited from Area.)
Public propertyMiddle
Gts or sets if the area will appear on each middle (non-first and non-last) page.
(Inherited from Area.)
Public propertyOdd
Get or set if the area will appear on all odd pages.
(Inherited from Area.)
Public propertyOddFirst
Get or set if the area appeas on the odd-first page.
(Inherited from Area.)
Public propertyOddLast
Get or set if the area appeas on the odd-last page.
(Inherited from Area.)
Public propertyOddMiddle
Get or set if the area appeas on the odd-middle page(s).
(Inherited from Area.)
Public propertyParagraphs
Get the collection of paragraphs that will be rendered from top to bottom.
(Inherited from Area.)
Public propertyTop
Get or set the top edge of the area.
(Inherited from Area.)
Public propertyTopMargin
Get or set the space between the top of the header and the top of the page.
Public propertyVerticalAlignment
Get or set the vertical alignment of the contained ParagraphCollection.
(Inherited from Area.)
Public propertyWidth
Get or set the horizontal extent of this area in points (1/72 inch).
(Inherited from Area.)

See Also