AnnotationImageBitCount Property |
Gets the bit count (or bits-per-pixel) of the image.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int BitCount { get; }
Public ReadOnly Property BitCount As Integer
Get
Property Value
Type:
Int32 The image bit count.
See Also