SvgLoadOptions

SvgLoadOptions class

The Svg load options.

public class SvgLoadOptions : LoadOptions

Constructors

NameDescription
SvgLoadOptions()The default constructor.

Properties

NameDescription
BufferSizeHint { get; set; }Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
DataBackgroundColor { get; set; }Gets or sets the Image background Color.
DataRecoveryMode { get; set; }Gets or sets the data recovery mode.
DefaultHeight { get; set; }Gets or sets the default height. Property DefaultHeight use with only case, when height not set in file.
DefaultWidth { get; set; }Gets or sets the default width. Property DefaultWidth use with only case, when width not set in file.
ProgressEventHandler { get; set; }Gets or sets the progress event handler.

Methods

NameDescription
AddCustomFontSource(CustomFontSource, params object[])Adds the custom font source to supply image-specific fonts.

See Also