This type is the base type for fields and variables which have to be displayed in a form in order to fill the variable data for a template. Check for the proper type (IInfigoTextField, IInfigoTextFieldWithLocals, IInfigoImageField, IInfigoBarcodeField, IInfigoLocalVariable and IInfigoGlobalVariable) dynamically in order to further use the objects.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public interface IInfigoPropertyControl
Visual Basic (Declaration)
Public Interface IInfigoPropertyControl
Visual C++
public interface class IInfigoPropertyControl

See Also