| FoxitPDFSDKforWeb v11.0.4
    
    Foxit PDF SDK for Web | 
Image data used for overlay comparison, which can be obtained through PDFPage.render or CanvasRenderingContext2D.getImageData or CanvasRenderingContext2D.createImageData. More...
| Public Attributes | |
| Optional< ArrayBuffer > | buffer | 
| The bitmap data buffer returned by PDFPage.render API.  More... | |
| Optional< Uint8ClampedArray > | data | 
| A Uint8ClampedArray representing a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (inclusive).  More... | |
| number | height | 
| The actual height in pixels of the image.  More... | |
| number | width | 
| The actual width in pixels of the image.  More... | |
Image data used for overlay comparison, which can be obtained through PDFPage.render or CanvasRenderingContext2D.getImageData or CanvasRenderingContext2D.createImageData.
buffer or data. | Optional<ArrayBuffer> ImageData::buffer | 
The bitmap data buffer returned by PDFPage.render API.
| Optional<Uint8ClampedArray> ImageData::data | 
A Uint8ClampedArray representing a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (inclusive).
| number ImageData::height | 
The actual height in pixels of the image.
| number ImageData::width | 
The actual width in pixels of the image.