ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFPreflightStatusCode Enumeration |
'Declaration Public Enum ImGearPDFPreflightStatusCode Inherits System.Enum
'Usage Dim instance As ImGearPDFPreflightStatusCode
public enum ImGearPDFPreflightStatusCode : System.Enum
__value public enum ImGearPDFPreflightStatusCode : public System.Enum
public enum class ImGearPDFPreflightStatusCode : public System.Enum
Member | Value | Description |
---|---|---|
Failed | 3 | IG tried to fix this error, but the fix was failed. |
Fixable | 2 | This error can be fixed. |
Fixed | 0 | IG fixed this error. |
Unfixable | 4 | This error cannot be fixed in any case. |
Warning | 1 | IG found that this file contains an element that cannot be fully tested in the current version. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFPreflightStatusCode