Accusoft.FormDirector3.Net - Updated
HasChanged Property (TemplateImage)




Accusoft.FormDirectorSdk Namespace > TemplateImage Class : HasChanged Property
Indicates when this object needs to be written to persistent storage.
Syntax
'Declaration
 
Public Property HasChanged As Boolean
'Usage
 
Dim instance As TemplateImage
Dim value As Boolean
 
instance.HasChanged = value
 
value = instance.HasChanged
public bool HasChanged {get; set;}
public: __property bool get_HasChanged();
public: __property void set_HasChanged( 
   bool value
);
public:
property bool HasChanged {
   bool get();
   void set (    bool value);
}
Remarks

true if any persistent part of this object has changed; otherwise false. When FormDefinitionFile writes the properties (including this TemplateImage) of a FormDefinition object to a form definition file, or when it reads those properties from a form definition file, it will reset this property to false.

The persistent parts of this object are the Type and CompressedData properties. When you change any of them, this property will automatically change to true.

You can also set the value of this property.

Default value: false

See Also

Reference

TemplateImage Class
TemplateImage Members
FormDefinition.Read Method
FormDefinition.Write Method