Class CleanerScanResult
Result from Cleaner scan functions. E.g. Scan
Inheritance
System.Object
CleanerScanResult
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public class CleanerScanResult : Object
Properties
IsDetected
Is any risk was found
Declaration
public bool IsDetected { get; }
Property Value
Type | Description |
---|---|
System. |
Risks
A list of risk that has been detected.
Declaration
public List<string> Risks { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
A text summary of CleanerScanResult
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
A text summary of CleanerScanResult |