FormFix v6.0 for .NET - Updated
Type Property (ReadFormImageEventArgs)



Accusoft.FormFixSdk Namespace > ReadFormImageEventArgs Class : Type Property
The type of the form image to read. Reserved for future use.
Syntax
'Declaration
 
Public Property Type As String
'Usage
 
Dim instance As ReadFormImageEventArgs
Dim value As String
 
instance.Type = value
 
value = instance.Type
public string Type {get; set;}
public:
property String^ Type {
   String^ get();
   void set (    String^ value);
}
Remarks

This property holds the type of the form image that the issuer wants to read. The object that issues the event will set this property and the object that handles the event must read it to choose which image to return.

Currently FormFix does not specify different types of images to load. This value will always be an empty string.

See Also

Reference

ReadFormImageEventArgs Class
ReadFormImageEventArgs Members

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