Image.ToDataUrl Method
Generates a data URL for this image.
public string ToDataUrl( CancellationToken cancellationToken )
Parameters
- cancellationToken CancellationToken
- Cancellation token that can be used to cancel the operation.
Return Value
StringData URL for this image.