Image.GetContent Method

Gets the binary content of the image.

public abstract byte[] GetContent(
	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

Byte[]
Binary content of the image.

See Also

Image Class
PdfToSvg Namespace