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



Accusoft.FormDirectorSdk Namespace > FormSet Class : Name Property
The name of the form set.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As FormSet
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 set; it is not used by any Accusoft component. The Read and Write methods of the FormSetFile class will read this from and write it to a form set 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 FormSetFile, you must save this property.

Valid value: Any valid string.

Default value: ""

See Also

Reference

FormSet Class
FormSet Members

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