FormFix v6.0 for .NET - Updated
DropOutResult Class
Members 



Accusoft.FormFixSdk Namespace : DropOutResult Class
A class that represents the result of form drop-out.
Object Model
DropOutResult ClassFormImage Class
Syntax
'Declaration
 
Public Class DropOutResult 
'Usage
 
Dim instance As DropOutResult
public class DropOutResult 
public ref class DropOutResult 
Remarks

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.

Inheritance Hierarchy

System.Object
   Accusoft.FormFixSdk.DropOutResult

See Also

Reference

DropOutResult Members
Accusoft.FormFixSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.