Accusoft.FormFix5.Net
Type Property (ReadFormImageEventArgs)




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* get_Type();
public: __property void set_Type( 
   string* value
);
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback