API Reference

Interface

IPdfRedactionImageDecoder

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers abstract

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: Boolean

Attempts to decode one PDF image payload into an 8-bit RGBA raster.

Parameters

request OfficeIMO.Pdf.PdfRedactionImageDecodeRequest requiredposition: 0
image OfficeIMO.Pdf.PdfRedactionDecodedImage@ requiredposition: 1