Accusoft.FormFixSdk Namespace > IdentificationResult Class : IdentificationProcessor Property |
'Declaration Public ReadOnly Property IdentificationProcessor As IdentificationProcessor
'Usage Dim instance As IdentificationResult Dim value As IdentificationProcessor value = instance.IdentificationProcessor
public IdentificationProcessor IdentificationProcessor {get;}
public: __property IdentificationProcessor* get_IdentificationProcessor();
public: property IdentificationProcessor^ IdentificationProcessor { IdentificationProcessor^ get(); }
This property is a convenient way to access the IdentificationProcessor object that constructed this object. You can use this property to retrieve the list of FormModel objects or to read private data that you may have attached to the IdentificationProcessor object.