'Declaration
Public ReadOnly Property Image As FormImage
'Usage
Dim instance As DropOutResult Dim value As FormImage value = instance.Image
public FormImage Image {get;}
public: property FormImage^ Image { FormImage^ get(); }
'Declaration
Public ReadOnly Property Image As FormImage
'Usage
Dim instance As DropOutResult Dim value As FormImage value = instance.Image
public FormImage Image {get;}
public: property FormImage^ Image { FormImage^ get(); }
This image contains the dropped-out field and is the primary result of form drop-out. The actual content of this image depends on the settings you provided when you called the CreateImageOfField method.
Note: FormImage implements the IDisposable interface and you should always call its FormImage.Dispose method when you are finished using the image.