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