FormFix v6.0 for .NET - Updated
Construction Property



Accusoft.FormDirectorSdk Namespace > Field Class : Construction Property
The instructions for creating an image of the field.
Syntax
'Declaration
 
Public ReadOnly Property Construction As DataItem
'Usage
 
Dim instance As Field
Dim value As DataItem
 
value = instance.Construction
public DataItem Construction {get;}
public:
property DataItem^ Construction {
   DataItem^ get();
}
Remarks

This DataItem holds the instructions for the process that creates field images. Normally, the FormFix component constructs field images. See the documentation for that component for details on the best values for this property.

Changing this property will cause the HasChanged property to change to true.

Default value: Construction.Type is "" and Construction.Content is "".

See Also

Reference

Field Class
Field Members

Is this page helpful?
Yes No
Thanks for your feedback.