API Reference
Class
PdfOptimizationSkippedAction
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
Inherited Methods
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.