'Declaration
Public Enum DropOutMethod Inherits System.Enum
'Usage
Dim instance As DropOutMethod
public enum DropOutMethod : System.Enum
public enum class DropOutMethod : public System.Enum
'Declaration
Public Enum DropOutMethod Inherits System.Enum
'Usage
Dim instance As DropOutMethod
public enum DropOutMethod : System.Enum
public enum class DropOutMethod : public System.Enum
Member | Value | Description |
---|---|---|
Clip | 0 | Clips the field out of the filled image without change, instead of dropping the form. |
ClipWithoutRescaling | 2 | Clips the field out of the filled image doing translation and shear but no rescaling, instead of dropping the form. |
DropOut | 1 | Clips the field out of the filled image and drops out the form. |
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.DropOutMethod