Class SvgLoadOptions

Class SvgLoadOptions

Namespace: Aspose.Imaging.ImageLoadOptions
Assembly: Aspose.Imaging.dll (25.2.0)

The Svg load options.

public class SvgLoadOptions : LoadOptions

Inheritance

objectLoadOptionsSvgLoadOptions

Inherited Members

LoadOptions.AddCustomFontSource(CustomFontSource, params object[]), LoadOptions.DataRecoveryMode, LoadOptions.DataBackgroundColor, LoadOptions.UseIccProfileConversion, LoadOptions.BufferSizeHint, LoadOptions.ProgressEventHandler, LoadOptions.ConcurrentImageProcessing, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

SvgLoadOptions()

public SvgLoadOptions()

Properties

DefaultHeight

Gets or sets the default height. Property DefaultHeight use with only case, when height not set in file.

public int DefaultHeight { get; set; }

Property Value

int

DefaultWidth

Gets or sets the default width. Property DefaultWidth use with only case, when width not set in file.

public int DefaultWidth { get; set; }

Property Value

int

See Also

LoadOptions