SvgOptions class
SvgOptions class
The SVG file format creation options.
Inheritance: SvgOptions
→
ImageOptionsBase
The SvgOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the ImageOptionsBase class. |
Properties
Property | Description |
---|---|
target_format | |
rotation | Gets or sets the parameter for rotate, flip, or rotate and flip the image.. |
layers | Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets. |
xmp_data | Gets or sets the XMP metadata container. |
source | Gets or sets the source to create image in. |
palette | Gets or sets the color palette. |
resolution_settings | Gets or sets the resolution settings. |
vector_rasterization_options | Gets or sets the vector rasterization options. |
timeout | Timeout value for export operation (in milliseconds) |
pc_3_file | Gets or sets the PC3 file full name. |
user_watermark_text | Text for user-generated watermark |
user_watermark_color | Color for user-generated watermark |
color_type | Gets or sets the color type for SVG image. |
text_as_shapes | Gets or sets a value indicating whether text must be converted as shapes. By default text will be converted as shapes. |
callback | Gets or sets the font store options. |
rescale_subpixel_linewidths | Wether sub-pixel lindewidths should be rescaled |
use_absolute_rescaling | Wether minimum non-rescaled line widh should be defined relative to whole image size (if false) or in pixels (if true) |
minimum_relative_linewidth_ratio | Lines with width less than image’s size\minimumRelativeLinewidthRatio will be rescaled if relative rescaling is used |
minimum_absolute_nonscaled_linewidth | Lines with width in pixels less than this will be rescaled |
minimum_linewidth | Minumum width of the line (i.e. width of zero-width line) relative to minimum non-rescaled linewidth |
See Also
- module
aspose.cad.imageoptions
- class
ImageOptionsBase
- class
SvgOptions