ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPDFOutputOptions Class / OptimizeForPdfa Property




In This Topic
    OptimizeForPdfa Property
    In This Topic
    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