The Result Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the results of processing this field.| Visual Basic (Declaration) | |
|---|---|
Overrides Public ReadOnly Property Result As FormFieldResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImageFormField Dim value As FormFieldResult value = instance.Result | |
| C# | |
|---|---|
public override FormFieldResult Result {get;} | |
| C++/CLI | |
|---|---|
public: property FormFieldResult^ Result override { FormFieldResult^ get(); } | |
Property Value
The results of field processing.For example, refer to the FormFieldResult example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code