'Declaration Public Property CodePage As ImGearOCRDictionaryCodePage
'Usage Dim instance As ImGearOCRDictionary Dim value As ImGearOCRDictionaryCodePage instance.CodePage = value value = instance.CodePage
public ImGearOCRDictionaryCodePage CodePage {get; set;}
public: __property ImGearOCRDictionaryCodePage get_CodePage(); public: __property void set_CodePage( ImGearOCRDictionaryCodePage value );
public: property ImGearOCRDictionaryCodePage CodePage { ImGearOCRDictionaryCodePage get(); void set ( ImGearOCRDictionaryCodePage value); }