Class CleanerScanResult
Result from Cleaner scan functions. E.g. ScanPdf(PdfDocument, String[])
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.Boolean |
Risks
A list of risk that has been detected.
Declaration
public List<string> Risks { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
ToString()
A text summary of CleanerScanResult
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A text summary of CleanerScanResult |