|
iText 7 7.2.0 API
|
Interface for SVG processors. More...
Public Member Functions |
|
| ISvgProcessorResult | Process (INode root, ISvgConverterProperties converterProps) |
| Process an SVG, returning the root of a renderer-tree and a list of named objects wrapped in a processor result object More... |
|
Interface for SVG processors.
Interface for SVG processors. Processors take the root iText.StyledXmlParser.Node.INode that corresponds to a Svg element and return a iText.Svg.Renderers.ISvgNodeRenderer that serves as the root for the same SVG
| ISvgProcessorResult iText.Svg.Processors.ISvgProcessor.Process | ( | INode | root, |
| ISvgConverterProperties | converterProps | ||
| ) |
Process an SVG, returning the root of a renderer-tree and a list of named objects wrapped in a processor result object
| root | Root of the INode representation of the SVG |
| converterProps | configuration properties |
Implemented in iText.Svg.Processors.Impl.DefaultSvgProcessor.