'Declaration Public MustOverride ReadOnly Property Preprocessing As ImGearOCRPreprocessingSettings
'Usage Dim instance As ImGearOCR Dim value As ImGearOCRPreprocessingSettings value = instance.Preprocessing
public abstract ImGearOCRPreprocessingSettings Preprocessing {get;}
public: __property abstract ImGearOCRPreprocessingSettings* get_Preprocessing();
public: abstract property ImGearOCRPreprocessingSettings^ Preprocessing { ImGearOCRPreprocessingSettings^ get(); }