PngOptionsBitDepth Property |
The bit depth.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic byte BitDepth { get; set; }
Public Property BitDepth As Byte
Get
Set
public:
property unsigned char BitDepth {
unsigned char get ();
void set (unsigned char value);
}
member BitDepth : byte with get, set
Property Value
Type:
Byte
See Also