ImageAutoAdjustPalette Property |
Gets or sets a value indicating whether automatic adjust palette.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic bool AutoAdjustPalette { get; set; }
Public Property AutoAdjustPalette As Boolean
Get
Set
public:
property bool AutoAdjustPalette {
bool get ();
void set (bool value);
}
member AutoAdjustPalette : bool with get, set
Property Value
Type:
Booleantrue if enable automatic adjust palette; otherwise,
false.
See Also