API Reference

Class

PdfOptimizationSkippedAction

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Lossless optimization opportunity that was not applied.

Inheritance

  • Object
  • PdfOptimizationSkippedAction

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

Properties

public String Kind { get; } #

Stable action kind, for example CompressStream.

public Int32 ObjectNumber { get; } #

PDF object number considered for the action.

public Int64 OriginalLengthBytes { get; } #

Original object payload size in bytes.

public String Reason { get; } #

Stable reason code explaining why the action was skipped.

public String Description { get; } #

Human-readable skipped-action description.