[This is preliminary documentation and is subject to change.]

The Area type exposes the following members.

Constructors

  NameDescription
Public methodArea()()()()
Creates a new Area class.
Public methodArea(String)
Creates a new Area class from the absolute, relative or virtual path of the HTML document.

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.)

Properties

  NameDescription
Public propertyID
This ID will be included in a Message that originates from this Area.
Public propertyMargin
The margins around this area. The default margins are all zero.
Public propertyPath
Get or set the absolute, relative or virtual path of the HTML document. (default = nullNothingnullptra null reference (Nothing in Visual Basic))
Public propertySettings
Optional settings that control the HTML to PDF conversion.
Public propertyText
Get or set the HTML content as a string. (default = nullNothingnullptra null reference (Nothing in Visual Basic))

See Also