RdOptimizerSettingsMaxQ Property |
Gets or sets the maximum quantization value.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic int MaxQ { get; set; }
Public Property MaxQ As Integer
Get
Set
public:
property int MaxQ {
int get ();
void set (int value);
}
member MaxQ : int with get, set
Property Value
Type:
Int32
The maximum quantization value.
See Also