API Reference

Class

PdfRedactionImageDecodeRequest

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Describes an encoded PDF image passed to an optional redaction image decoder.

Inheritance

  • Object
  • PdfRedactionImageDecodeRequest

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

public String ResourceName { get; } #

PDF resource name used by the image placement.

public Int32 ObjectNumber { get; } #

Indirect PDF object number, or zero for a direct image stream.

public Int32 Width { get; } #

Declared image width.

public Int32 Height { get; } #

Declared image height.

public Int32 BitsPerComponent { get; } #

Declared component bit depth.

public String ColorSpace { get; } #

Resolved or declared PDF color-space name.

public String Filter { get; } #

PDF stream filter chain.

public Byte[] EncodedBytes { get; } #

Returns a snapshot of the encoded image-file bytes.