aspose.html.rendering
The Aspose.Html.Rendering namespace consists of numerous renderer objects as well as appropriate low level options classes which are responsible to render documents/files into IDevice implementation.
Classes
| Class | Description | 
|---|---|
CssOptions | Represents css rendering options. | 
Device | Represents a base class for implementing rendering devices that are used to draw graphics in various formats and environments. | 
EpubRenderer | Represents a EPub document renderer. | 
GlyphInfo | Contains glyph related information. | 
GraphicContext | Holds current graphics control parameters. These parameters define the global framework within which the graphics operators execute.  | 
HtmlRenderer | Represents an HTML document renderer. | 
IDevice | Defines methods and properties that support custom rendering of the graphic elements like paths, text and images. | 
MhtmlRenderer | Represents a MHTML document renderer. | 
PageSetup | Represents a page setup object is used for configuration output page-set. | 
Renderer | Represents a base class for all renderers and implemnts IDisposable interface. | 
RenderingOptions | Represents rendering options. | 
SvgRenderer | Represents SVG document renderer. | 
TextInfo | Contains information about rendered text. | 
Enumerations
| Enumeration | Description | 
|---|---|
AtPagePriority | Specifies possible orders of applying page size declarations. | 
FillRule | Specifies the fill rule used in rendering SVG and HTML. | 
MediaType | Specifies possible media types used during rendering. | 
PageLayoutOptions | Specifies flags that together with other PageSetup options determine sizes and layouts of pages. These flags can be combined together according to their descriptions.  | 
StrokeLineCap | Specifies the line cap used in rendering SVG and HTML. | 
StrokeLineJoin | Specifies the line join style used in rendering SVG and HTML. |