ImGearPDFPreflightStatusCode defines PDF preflight conversion result code.
Syntax
'Declaration
Public Enum ImGearPDFPreflightStatusCode
Inherits System.Enum
public enum ImGearPDFPreflightStatusCode : System.Enum
__value public enum ImGearPDFPreflightStatusCode : public System.Enum
public enum class ImGearPDFPreflightStatusCode : public System.Enum
Members
| Member | Description |
| Failed |
IG tried to fix this error, but the fix was failed.
|
| Fixable |
This error can be fixed.
|
| Fixed |
IG fixed this error.
|
| Unfixable |
This error cannot be fixed in any case.
|
| Warning |
IG found that this file contains an element that cannot be fully tested in the current version.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDFPreflightStatusCode
See Also