Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace : SvgDataUri Class |
The following tables list the members exposed by SvgDataUri.
Name | Description | |
---|---|---|
SvgDataUri Constructor | Creates a new instance of SvgDataUri. |
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. |
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. |