Image.GetContentAsync Method

Gets the binary content of the image asynchronously.

public abstract Task<byte[]> GetContentAsync(
	CancellationToken cancellationToken
)
Namespace
PdfToSvg
Package
PdfToSvg.NET (since v0.2.0)

Parameters

cancellationToken  CancellationToken
Cancellation token that can be used to cancel the operation.

Return Value

Task<Byte[]>
Binary content of the image.

See Also

Image Class
PdfToSvg Namespace