The HtmlContext type exposes the following members.

Constructors

  NameDescription
HtmlContextOverloaded.

Methods

  NameDescription
AddImage
Adds image in to the image context and returns path to this image.
DecIndent
Decrements indent.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
FormatUnits
Converts distance to its html representation.
GetBookmark
Returns bookmark for the specified control.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetHyperlink
Returns hyperlink string to the specified control.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IncIndent
Increments indent.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ScaleValue
Implements ScaleValue(Double).
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteLine
Writes line.

Properties

  NameDescription
Filter
Gets HtmlExportFilter instance associated with this context.
Scale
Gets scale factor.
SupportImages
Gets if context support images.
Units
Gets used units.
Writer
Gets underlaying HtmlTextWriter instance.

See Also