Class DefaultSvgProcessor
- Namespace
- iText.Svg.Processors.Impl
- Assembly
- itext.svg.dll
Default implementation of ISvgProcessor.
public class DefaultSvgProcessor : ISvgProcessor
- Inheritance
-
DefaultSvgProcessor
- Implements
- Inherited Members
Remarks
Default implementation of ISvgProcessor. This implementation traverses the INode tree depth-first, using a stack to recreate a tree of ISvgNodeRenderer with the same structure.
Constructors
DefaultSvgProcessor()
Instantiates a DefaultSvgProcessor object.
public DefaultSvgProcessor()
Methods
Process(INode, ISvgConverterProperties)
public virtual ISvgProcessorResult Process(INode root, ISvgConverterProperties converterProps)
Parameters
root
INodeconverterProps
ISvgConverterProperties