RdOptimizerSettingsBppMax Property |
Gets or sets the maximum R value for consideration in in bits per pixel
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public double BppMax { get; set; }
Public Property BppMax As Double
Get
Set
public:
property double BppMax {
double get ();
void set (double value);
}
member BppMax : float with get, set
Property Value
Type:
Double
The maximum R value for consideration in bits per pixel.
See Also