Initializes a new instance of the SvgReader class using the specified file name.
| Name | Description | |
|---|---|---|
|
|
SvgReader(Stream) |
Initializes a new instance of the SvgReader class using the specified Stream. |
|
|
SvgReader(String) |
Initializes a new instance of the SvgReader class using the specified file name. |
|
|
SvgReader(Stream, FontRegistry) |
Initializes a new instance of the SvgReader class using the specified Stream and fonts. |
|
|
SvgReader(String, FontRegistry) |
Initializes a new instance of the SvgReader class using the specified file name and fonts. |
|
|
SvgReader(Stream, Single, Single) |
Initializes a new instance of the SvgReader class using the specified Stream and resolution. |
|
|
SvgReader(String, Single, Single) |
Initializes a new instance of the SvgReader class using the specified file name and resolution. |
|
|
SvgReader(Stream, FontRegistry, Single, Single) |
Initializes a new instance of the SvgReader class using the specified Stream and resolution. |
|
|
SvgReader(String, FontRegistry, Single, Single) |
Initializes a new instance of the SvgReader class using the specified file name and resolution. |
|
|
SvgReader(Stream, FontRegistry, Single, Single, ResolveProfileCallback) | |
|
|
SvgReader(String, FontRegistry, Single, Single, ResolveProfileCallback) |