Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
public static class RenderingEngineFactory
'Declaration
Public MustInherit NotInheritable Class RenderingEngineFactory
'Usage
Dim instance As RenderingEngineFactory
public final class RenderingEngineFactory
public ref class RenderingEngineFactory abstract sealed
Use RenderingEngineFactory to create an instance that can be passed to SvgDocument.Render to render an SVG document to a GDI+ Graphics or Windows HDC object. Refer to Leadtools.Svg.SvgDocument for more information.
For an example, refer to SvgDocument.Render.