API Reference

Class

PdfRedactionDecodedImage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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 requiredposition: 0
height System.Int32 requiredposition: 1
rgbaPixels System.Byte[] requiredposition: 2

Methods

public Byte[] GetRgbaPixels() #
Returns: Byte[]

Returns a copy of the RGBA pixels.

Properties

public Int32 Width { get; } #

Decoded image width.

public Int32 Height { get; } #

Decoded image height.