Accusoft.FormFix5.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 
__value public enum DropOutMethod : public System.Enum 
public enum class DropOutMethod : public System.Enum 
Members
MemberDescription
Clip Clips the field out of the filled image without change, instead of dropping the form.
ClipWithoutRescaling Clips the field out of the filled image doing translation and shear but no rescaling, instead of dropping the form.
DropOut 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