ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRSettings Class / PostFilteringEnabled Property




In This Topic
    PostFilteringEnabled Property
    In This Topic
    Enable or Disable additional filter characters to be used for zones.
    Syntax
    'Declaration
     
    Public Property PostFilteringEnabled As Boolean
    'Usage
     
    Dim instance As ImGearOCRSettings
    Dim value As Boolean
     
    instance.PostFilteringEnabled = value
     
    value = instance.PostFilteringEnabled
    public bool PostFilteringEnabled {get; set;}
    public: __property bool get_PostFilteringEnabled();
    public: __property void set_PostFilteringEnabled( 
       bool value
    );
    public:
    property bool PostFilteringEnabled {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The default value is True.
    See Also