API Reference
Class
PdfRedactionDecodedImage
Validated 8-bit RGBA output returned by an optional redaction image decoder.
Inheritance
- Object
- PdfRedactionDecodedImage
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public PdfRedactionDecodedImage(Int32 width, Int32 height, Byte[] rgbaPixels) #Creates decoded image data. Pixels are ordered RGBA, top row first.
Parameters
- width System.Int32
- height System.Int32
- rgbaPixels System.Byte[]