Accusoft.Forms1 - Updated
Image Property (DropOutResult)



Accusoft.FormFixSdk Namespace > DropOutResult Class : Image Property
An image containing the field data, with the form dropped out.
Syntax
Public ReadOnly Property Image As FormImage
Dim instance As DropOutResult
Dim value As FormImage
 
value = instance.Image
public FormImage Image {get;}
public:
property FormImage^ Image {
   FormImage^ get();
}
Remarks

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.

See Also

Reference

DropOutResult Class
DropOutResult Members