Table of Contents

Class SvgLoadOptions

Namespace
Aspose.Imaging.ImageLoadOptions
Assembly
Aspose.Imaging.dll

The Svg load options.

public class SvgLoadOptions : LoadOptions
Inheritance
SvgLoadOptions
Inherited Members

Constructors

SvgLoadOptions()

public SvgLoadOptions()
See Also

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

The default height.

See Also

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

The default width.

See Also

See Also