FormFix v6.0 for .NET - Updated
Name Property (FormDefinition)



Accusoft.FormDirectorSdk Namespace > FormDefinition Class : Name Property
The name of the form.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As FormDefinition
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
Remarks

This property is provided for your convenience in naming a form; it is not used by any Accusoft component. The Read and Write methods of the FormDefinitionFile class will read this from and write it to a form definition file.

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

If you create a new derived class from this class to manage I/O to a format different from that supported by FormDefinitionFile, you must save this property.

Valid value: Any valid string.

Default value: ""

See Also

Reference

FormDefinition Class
FormDefinition Members

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