Class SvgExtractor
Contents
[
Hide
]SvgExtractor class
Represents a class to SVG-images extraction from page.
public class SvgExtractor
Constructors
| Name | Description |
|---|---|
| SvgExtractor() | Represents a class to extract SVG images from a page. |
| SvgExtractor(SvgExtractionOptions) | Represents a class to extract SVG images from a page. |
Methods
| Name | Description |
|---|---|
| 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
- namespace Aspose.Pdf.Vector
- assembly Aspose.PDF