The following tables list the members exposed by SvgDataUri.
Public Constructors
Name | Description | |
---|---|---|
SvgDataUri | Creates a new instance of SvgDataUri. |
Public Methods
Name | Description | |
---|---|---|
DecodeToFile | Saves the image data in this data URI object to a file on disk. | |
DecodeToStream | Saves the image data in this data URI object to a stream. | |
|
EncodeFromFile | Creates a standard data URI from an image in a disk file. |
EncodeFromStream | Creates a standard data URI from an image file in a stream. | |
Parse | Parses the values of a data URI from an href string. |
Public Properties
Name | Description | |
---|---|---|
CharSetLength | The length of the character set value in the href. | |
CharSetOffset | The offset into where the character set value starts in the href. | |
Extension | The common file extension of the image data in the href. | |
Href | The href data | |
ImageFormat | The LEADTOOLS image format that corresponds to the image data in the href. | |
IsBase64 | Indicates whether the value is encoded as a base 64 string. | |
IsDataUri | Indicates whether the href value contains a valid data URI object. | |
MediaLength | The length of the media type value in the href. | |
MediaOffset | The offset into where the media type value starts in the href. | |
ValueLength | The length of the image data value in the href. | |
ValueOffset | The offset into where the image data value starts in the href. |