API Reference
Interface
IPdfRedactionImageDecoder
Optional dependency boundary for image formats, such as JPEG, that the dependency-free PDF core cannot decode itself.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
public abstract Boolean TryDecode(PdfRedactionImageDecodeRequest request, out PdfRedactionDecodedImage image) #Returns:
BooleanAttempts to decode one PDF image payload into an 8-bit RGBA raster.
Parameters
- request OfficeIMO.Pdf.PdfRedactionImageDecodeRequest
- image OfficeIMO.Pdf.PdfRedactionDecodedImage@