The Classic FormDef object

This object contains the methods needed to modify a form definition. You must only change form definitions from the Manager module, since other modules handle only activated form definitions, and changes made to activated form definitions may cause the system to behave unpredictably.

From other modules, use the Get...() methods to retrieve the information needed. The FormDef object is very useful with a Form object since the two of them together allow you to access almost every piece of information associated with a form and its form definition.

Below is a list of the methods specific to the FormDef object.

AddTransFieldAt

CreatedFromImageFile

CreateField

CreateIndexedField

CreateStandardTransaction

DeleteAllTransFields

DeleteTransFieldNo

ExportForms

FieldDefExists

GetAdjustmentPosition

GetArchiveForm

GetBundleFileName

GetDPI

GetFieldDef

GetFieldDefNo

GetImagePreProcessing

GetLogIdentification

GetName

GetNoOfAdjustmentFields

GetNoOfCandidateAdjustmentFields

GetNoOfFieldDefs

GetNoOfPages

GetNoOfTransFields

GetPreProcessFilterNames

GetRCGValue

GetStatus

GetTransFieldNo

GetUseCandidateAdjustmentFields

GetValidationRule

GetXSize

GetYSize

IsDualSided

SaveScannerSettings

ScannerSettings

SetArchiveForm

SetAttribute

SetBundleFileName

SetImagePreProcessing

SetLogIdentification

SetStatus

SetUseCandidateAdjustmentFields

SetValidationRule

SwitchAdjustmentField

UseApplicationScannerSettings

UseCustomView

Overview of objects in the Classic API

Where to find additional information about methods and events