Click or drag to resize

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; }

Property Value

Type: Int32

A palette index value containing the color to represent image 'whitespace'.

Exceptions
ExceptionCondition
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