ISVGOptions class
Contents
[
Hide
]ISVGOptions class
Represents an SVG options.
The ISVGOptions type exposes the following members:
Properties
Property | Description |
---|---|
vectorize_text | Determines whether the text on a slide will be saved as graphics. Read/write bool. |
metafile_rasterization_dpi | Returns or sets the lower resolution limit for metafile rasterization. Read/write int. |
disable_3d_text | Determines whether the 3D text is disabled in SVG. Read/write bool. |
disable_gradient_split | Disables splitting FromCornerX and FromCenter gradients. Read/write bool. |
disable_line_end_cropping | SVG 1.1 lacks ability to define insets for markers. Aspose.Slides SVG writing engine has workaround for that problem: it crops end of line with arrow, so, line doesn’t overlap markers. This option switches off such behavior. Read/write bool. |
jpeg_quality | Determines JPEG encoding quality. Read/write int. |
shape_formatting_controller | Returns and sets a callback interface which allows user to control shape conversion. Read/write ISvgShapeFormattingController . |
pictures_compression | Represents the pictures compression level Read/write ISVGOptions.pictures_compression . |
delete_pictures_cropped_areas | A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file) Read/write bool. |
use_frame_size | Determines whether the text frame will be included in a rendering area or not. Read/write bool. Default value is false. |
use_frame_rotation | Determines whether to perform the specified rotation of the shape when rendering or not. Read/write bool. Default value is true. |
external_fonts_handling | Determines a way of handling externally loaded fonts. Read/write SvgExternalFontsHandling . |
ink_options | Provides options that control the look of Ink objects in exported document. Read-only IInkOptions |
warning_callback | |
progress_callback | |
default_regular_font | |
gradient_style |
See Also
- module
aspose.slides.export
- library
Aspose.Slides