Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property FormFields As FormPages |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public FormPages FormFields {get;} |
Return Value
Returns the processed form fields of the Master Form if any, otherwise it returns null.FormPages is the processed Form fields. Each field has the result of its processing. The fields of the form to be processed are
obtained from IMasterForm in RecognitionResult by calling IMasterForm.ReadFields.
If the Master Form has no fields to process, FormFields will be null.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family