AutoCropCommandOverrideIndex Property |
Gets or sets a palette index value containing the color to represent image 'whitespace'.
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int OverrideIndex { get; set; }
Public Property OverrideIndex As Integer
Get
Set
Property Value
Type:
Int32A palette index value containing the color to represent image 'whitespace'.
Exceptions Exception | Condition |
---|
| Thrown when the value is less than -1 or greater than 255. |
Remarks Default value is -1. A value greater than -1 will override the OverrideColor property.
See Also