SvgLoadOptions class
SvgLoadOptions class
Options for loading Svg documents.
The SvgLoadOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of SvgLoadOptions. |
Properties
| Property | Description |
|---|---|
| crop_to_content_bounds | The flag indicating whether to crop the SVG bounding box to the content bounds before conversion (default: False). |
| format | The input document file type. |
| minimum_height | The minimum height for converting an SVG document, used when converting to raster formats; default is 600. |
| minimum_width | The minimum width for converting an SVG document, used when converting to raster formats, defaulting to 800. |
| skip_external_resources | The property implements IResourceLoadingOptions.skip_external_resources. |
| whitelisted_resources | The external resources that will always be loaded. |