←Select platform
In This Topic ▼

SvgDataUri Class Members

Summary

The following tables list the members exposed by SvgDataUri.

Public Constructors

Name Description
Public Constructor
SvgDataUri Creates a new instance of SvgDataUri.

Public Methods

Name Description
Public Method
DecodeToFile Saves the image data in this data URI object to a file on disk.
Public Method DecodeToStream Saves the image data in this data URI object to a stream.
Public Method
static  | Shared in VB</div>
EncodeFromFile Creates a standard data URI from an image in a disk file.
Public Method static  | Shared in VB EncodeFromStream Creates a standard data URI from an image file in a stream.
Public Method static  | Shared in VB Parse Parses the values of a data URI from an href string.

Public Properties

Name Description
Public Property
CharSetLength The length of the character set value in the href.
Public Property CharSetOffset The offset into where the character set value starts in the href.
Public Property Extension The common file extension of the image data in the href.
Public Property Href The href data
Public Property ImageFormat The LEADTOOLS image format that corresponds to the image data in the href.
Public Property IsBase64 Indicates whether the value is encoded as a base 64 string.
Public Property IsDataUri Indicates whether the href value contains a valid data URI object.
Public Property MediaLength The length of the media type value in the href.
Public Property MediaOffset The offset into where the media type value starts in the href.
Public Property ValueLength The length of the image data value in the href.
Public Property ValueOffset The offset into where the image data value starts in the href.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly