ImageRenderingOptions
ImageRenderingOptions()
Initializes a new instance of the ImageRenderingOptions
class; Png will be used as default image format.
public ImageRenderingOptions()
See Also
- class ImageRenderingOptions
- namespace Aspose.Svg.Rendering.Image
- assembly Aspose.SVG
ImageRenderingOptions(ImageFormat)
Initializes a new instance of the ImageRenderingOptions
class with specified image format.
public ImageRenderingOptions(ImageFormat format)
Parameter | Type | Description |
---|---|---|
format | ImageFormat | The output image format. |
See Also
- enum ImageFormat
- class ImageRenderingOptions
- namespace Aspose.Svg.Rendering.Image
- assembly Aspose.SVG