'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;}
'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;}
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.