Leadtools.Wia Namespace > WiaException Class : Code Property |
public WiaExceptionCode Code {get; set;}
'Declaration Public Property Code As WiaExceptionCode
'Usage Dim instance As WiaException Dim value As WiaExceptionCode instance.Code = value value = instance.Code
public: property WiaExceptionCode Code { WiaExceptionCode get(); void set ( WiaExceptionCode value); }