'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
'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
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
Accusoft.FormFixSdk.DropOutMethod