API Reference
Class
PdfRepairArtifactOptions
Controls fail-closed creation of normalized PDF repair artifacts.
Inheritance
- Object
- PdfRepairArtifactOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method PdfRepairArtifact.Create
Constructors
public PdfRepairArtifactOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean RequireRecoveredDefects { get; set; } #Rejects a clean source that has no recovered structural defects.
public Boolean RejectDetectedOnlyDefects { get; set; } #Rejects sources containing ambiguous defects that were detected but not recovered.
public Nullable<Int64> MaximumOutputBytes { get; set; } #Optional maximum byte count for the rewritten artifact.