SvgReader Constructor

Initializes a new instance of the SvgReader class using the specified file name.

Overload List

Name Description
Public method SvgReader(Stream)

Initializes a new instance of the SvgReader class using the specified Stream.

Public method SvgReader(String)

Initializes a new instance of the SvgReader class using the specified file name.

Public method SvgReader(Stream, FontRegistry)

Initializes a new instance of the SvgReader class using the specified Stream and fonts.

Public method SvgReader(String, FontRegistry)

Initializes a new instance of the SvgReader class using the specified file name and fonts.

Public method SvgReader(Stream, Single, Single)

Initializes a new instance of the SvgReader class using the specified Stream and resolution.

Public method SvgReader(String, Single, Single)

Initializes a new instance of the SvgReader class using the specified file name and resolution.

Public method SvgReader(Stream, FontRegistry, Single, Single)

Initializes a new instance of the SvgReader class using the specified Stream and resolution.

Public method SvgReader(String, FontRegistry, Single, Single)

Initializes a new instance of the SvgReader class using the specified file name and resolution.

Public method SvgReader(Stream, FontRegistry, Single, Single, ResolveProfileCallback)
Public method SvgReader(String, FontRegistry, Single, Single, ResolveProfileCallback)

See Also

Reference