RdOptimizerSettingsDiscretizedBppMax Property |
Gets the maximum R value for consideration.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic int DiscretizedBppMax { get; }
Public ReadOnly Property DiscretizedBppMax As Integer
Get
public:
property int DiscretizedBppMax {
int get ();
}
member DiscretizedBppMax : int with get
Property Value
Type:
Int32
The maximum R value for consideration.
See Also