'Declaration
Public Class DropOutResult
'Usage
Dim instance As DropOutResult
public class DropOutResult
public ref class DropOutResult
'Declaration
Public Class DropOutResult
'Usage
Dim instance As DropOutResult
public class DropOutResult
public ref class DropOutResult
An instance of this class represents the result of form drop-out on a field. Normally you will call DropOutProcessor.CreateImageOfField to create an instance of this class.
Note: This class does not implement the IDisposable interface, but its instances do contain an object, Image, that implements IDisposable. You should be careful to call the FormImage.Dispose method when you are finished using the image. If you do not, your process may very quickly run out of RAM and begin to run very slowly.
System.Object
Accusoft.FormFixSdk.DropOutResult