ImageGear .NET v25.1 - Updated
OptimizeForPdfa Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRPDFOutputOptions Class : OptimizeForPdfa Property
Gets or sets a value indicating whether or not the PDF output will be optimized for PDF/A-1a compatibility.
Syntax
'Declaration
 
Public Property OptimizeForPdfa As Boolean
'Usage
 
Dim instance As ImGearOCRPDFOutputOptions
Dim value As Boolean
 
instance.OptimizeForPdfa = value
 
value = instance.OptimizeForPdfa
public bool OptimizeForPdfa {get; set;}
public: __property bool get_OptimizeForPdfa();
public: __property void set_OptimizeForPdfa( 
   bool value
);
public:
property bool OptimizeForPdfa {
   bool get();
   void set (    bool value);
}
See Also

Reference

ImGearOCRPDFOutputOptions Class
ImGearOCRPDFOutputOptions Members