Page.AsByteArray

Page.AsByteArray method

Converts current page as bitmap and than returns array of bytes.

public byte[] AsByteArray(Resolution resolution)
ParameterTypeDescription
resolutionResolutionThe resolution.

Return Value

Converted array of image bytes.

See Also