RdOptimizerSettingsBppScale Property |
Gets or sets the BPP (bits per pixel) scale factor.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic int BppScale { get; set; }
Public Property BppScale As Integer
Get
Set
public:
property int BppScale {
int get ();
void set (int value);
}
member BppScale : int with get, set
Property Value
Type:
Int32
The BPP scale.
See Also