Image.GetContent Method
Gets the binary content of the image.
public abstract byte[] GetContent( CancellationToken cancellationToken )
Parameters
- cancellationToken CancellationToken
- Cancellation token that can be used to cancel the operation.
Return Value
Byte[]Binary content of the image.