Specifies types of supported preflight profiles.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearPDFPreflightProfile 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearPDFPreflightProfile : System.Enum 
             
        
            
            __value public enum ImGearPDFPreflightProfile : public System.Enum 
             
        
            
            public enum class ImGearPDFPreflightProfile : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| PDFA_1A_2005 | Profile for PDF/A-1a standard, revision 2005. | 
| PDFA_1B_2005 | Profile for PDF/A-1b, revision 2005. | 
| PDFX_3_2003 | Profile for PDF/X-3, revision 2003. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDFPreflightProfile
 
            
            
            See Also