The Area type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Area()()()() |
Initialize a new instance of the Area class.
| |
| Area(Double, Double, Double, Double) |
Initialize a new instance of the Area class with the given location and size.
|
Methods
| 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.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Clip |
Clip any content that does not fit.
| |
| Even |
Get or set if the area will appear on all even pages.
| |
| EvenFirst |
Get or set if the area appeas on the even-first page.
| |
| EvenLast |
Get or set if the area appeas on the even-last page.
| |
| EvenMiddle |
Get or set if the area appeas on the even-middle page.
| |
| First |
Get or set if the area will appear on each first page.
| |
| Height |
Get or set the vertical extent of this area in points (1/72 inch).
| |
| Last |
Get or set if the area will appear on each last page.
| |
| LastBehavior |
The LastBehavior is used to specify how the Last boolean should work. (default = NotFirst)
| |
| Left |
Get or set the left edge of the area.
| |
| Middle |
Gts or sets if the area will appear on each middle (non-first and non-last) page.
| |
| Odd |
Get or set if the area will appear on all odd pages.
| |
| OddFirst |
Get or set if the area appeas on the odd-first page.
| |
| OddLast |
Get or set if the area appeas on the odd-last page.
| |
| OddMiddle |
Get or set if the area appeas on the odd-middle page(s).
| |
| Paragraphs |
Get the collection of paragraphs that will be rendered from top to bottom.
| |
| Top |
Get or set the top edge of the area.
| |
| VerticalAlignment |
Get or set the vertical alignment of the contained ParagraphCollection.
| |
| Width |
Get or set the horizontal extent of this area in points (1/72 inch).
|