| Accusoft.ImagXpressSdk Namespace : CropType Enumeration |
'Declaration Public Enum CropType Inherits System.Enum
'Usage Dim instance As CropType
public enum CropType : System.Enum
__value public enum CropType : public System.Enum
public enum class CropType : public System.Enum
| Member | Value | Description |
|---|---|---|
| CropBorderBackgroundColor | 0 | Crop borders that are the same color as the image background. |
| CropBorderBlackColor | 2 | Crop black borders. |
| CropBorderForegroundColor | 1 | Crop borders that are the same color as the image foreground. |
| CropBorderWhiteColor | 3 | Crop white borders. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.CropType