[]
Decodes an image from a base-64-encoded string.
public static Image DecodeImage(string data)
Type | Name | Description |
---|---|---|
string | data | String that contains the encoded image data. |
Type | Description |
---|---|
Image | The GrapeCity.Documents.Drawing.Image encoded in the string. |