Name | Description | |
---|---|---|
NDataUri Constructor | Overloaded. |
The following tables list the members exposed by NDataUri.
Name | Description | |
---|---|---|
NDataUri Constructor | Overloaded. |
Name | Description | |
---|---|---|
Data | Gets the data of this data URI. | |
IsAbsolute | Overridden. Indicates whether this URI is absolute. Always returns true for data URIs. | |
IsBase64 | Indicates whether this data URI's data should be Base64 encoded. | |
IsFile | Overridden. Indicates whether this URI represents a file. Always returns false for data URIs. | |
MimeType | Gets the MIME type of the data this data URI contains. |
Name | Description | |
---|---|---|
DeepClone | Overridden. Creates an identical copy of this object. | |
FromImage | Overloaded. Creates a Base64 data URI using the encoded data of the given image or encoding it to PNG if it is not already encoded. Returns null if the image serialization fails. | |
ToString | Overridden. Gets the string representation of this data URI. |