API Reference
Class
PdfOptimizationAction
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
- Property PdfOptimizationActionResult.Actions
Inherited Methods
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.