[This is preliminary documentation and is subject to change.]
The Area type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Area()()()() |
Creates a new Area class.
| |
| Area(String) |
Creates a new Area class from
the absolute, relative or virtual path of the HTML document.
|
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.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ID |
This ID will be included in a Message
that originates from this Area.
| |
| Margin |
The margins around this area. The default margins are all zero.
| |
| Path |
Get or set the absolute, relative or virtual path of the HTML document. (default = nullNothingnullptra null reference (Nothing in Visual Basic))
| |
| Settings |
Optional settings that control the HTML to PDF conversion.
| |
| Text |
Get or set the HTML content as a string. (default = nullNothingnullptra null reference (Nothing in Visual Basic))
|