SvgLoadOptions

SvgLoadOptions class

Options for loading Svg documents.

public class SvgLoadOptions : LoadOptions

Constructors

Name Description
SvgLoadOptions() Initializes new instance of SvgLoadOptions class.

Properties

Name Description
CropToContentBounds { get; set; } Gets or sets a value indicating whether to crop the SVG bounding box to the content bounds before conversion. The default is false.
Format { get; set; } Input document file type.
virtual Format { get; } Input document file type.
MinimumHeight { get; set; } Set minimum height for converting SVG document. It’s used when converting to raster formats. Default is 600.
MinimumWidth { get; set; } Set minimum width for converting SVG document. It’s used when converting to raster formats. Default is 800.

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also