API Reference

Class

PdfOptimizationAction

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Lossless optimization action applied to a PDF object.

Inheritance

  • Object
  • PdfOptimizationAction

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 affected by the action.

public Int64 OriginalLengthBytes { get; } #

Original object payload size in bytes.

public Int64 OptimizedLengthBytes { get; } #

Optimized object payload size in bytes.

public Int64 SavedBytes { get; } #

Bytes saved by this action.

public String Description { get; } #

Human-readable action description.