Aspose.Svg.Rendering
The Aspose.Svg.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. |
Device<TGraphicContext,TRenderingOptions> | Represents base class for implementation particular rendering devices. |
DeviceAdapter | Represents a device adapter that adapts the interface of the wrapped device. |
GraphicContext | Holds current graphics control parameters. These parameters define the global framework within which the graphics operators execute. |
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. |
Renderer<TSource> | The base abstract class for all renderers. |
RenderingOptions | Represents rendering options. |
SvgRenderer | Represents SVG document renderer. |
TextInfo | Contains information about rendered text. |
Structures
Structure | Description |
---|
GlyphInfo | Contains glyph related information. |
Interfaces
Enumeration
Enumeration | Description |
---|
AtPagePriority | Specifies possible orders of applying page size declarations. |
ClipStrategy | Specifies the strategy for clipping an SVG element. This enum is used to determine how to apply clipping paths or masks to SVG elements during rendering. |
MediaType | Specifies possible media types used during rendering. |
SizingType | Represents the enumeration of page sizing types. |