FormFix v6.0 for .NET - Updated
DropOutMethod Enumeration



Accusoft.FormFixSdk Namespace : DropOutMethod Enumeration
The method used to drop out a form.
Syntax
'Declaration
 
Public Enum DropOutMethod 
   Inherits System.Enum
'Usage
 
Dim instance As DropOutMethod
public enum DropOutMethod : System.Enum 
public enum class DropOutMethod : public System.Enum 
Members
MemberValueDescription
Clip0 Clips the field out of the filled image without change, instead of dropping the form.
ClipWithoutRescaling2 Clips the field out of the filled image doing translation and shear but no rescaling, instead of dropping the form.
DropOut1 Clips the field out of the filled image and drops out the form.
Remarks
This enumeration represents the major approaches that the DropOutProcessor object can take to create a field image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FormFixSdk.DropOutMethod

See Also

Reference

Accusoft.FormFixSdk Namespace

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