Class SvgExtractor

SvgExtractor class

Represents a class to SVG-images extraction from page.

public class SvgExtractor

Constructors

NameDescription
SvgExtractor()Represents a class to extract SVG images from a page.
SvgExtractor(SvgExtractionOptions)Represents a class to extract SVG images from a page.

Methods

NameDescription
Extract(Page)Extracts Svg images from a page to strings.
Extract(IEnumerable<GraphicElement>, Page)Extracts graphic elements into a SVG string. Options ignored - grouping, extracting from rectangle
Extract(Page, string)Extracts Svg images from a page to files.
Extract(GraphicsAbsorber, Predicate<GraphicElement>, Page)Exracts svg image to string from graphic elements represents by !:absorber with a predicate filter.
Extract(IEnumerable<GraphicElement>, Page, string)Extracts graphic elements into a single SVG file. Options ignored - grouping, extracting from rectangle
Extract(GraphicsAbsorber, Predicate<GraphicElement>, Page, string)Exracts svg image to file from graphic elements represents by !:absorber with a predicate filter.

See Also