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

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public byte[] AsByteArray(
	Resolution resolution
)

Parameters

resolution
Type: Aspose.Pdf.DevicesResolution
The resolution.

Return Value

Type: Byte
Converted array of image bytes.
See Also