Accusoft.TwainPro9.Net
BitsPerPixel Property




Gets the bits per pixel of the image.
Syntax
'Declaration
 
<DescriptionAttribute("Returns the bits per pixel of the image.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public ReadOnly Property BitsPerPixel As Integer
'Usage
 
Dim instance As ScannedImageData
Dim value As Integer
 
value = instance.BitsPerPixel
[DescriptionAttribute("Returns the bits per pixel of the image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public int BitsPerPixel {get;}
[DescriptionAttribute("Returns the bits per pixel of the image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public: __property int get_BitsPerPixel();
[DescriptionAttribute("Returns the bits per pixel of the image.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public:
property int BitsPerPixel {
   int get();
}

Property Value

An integer value which represents the bits per pixel of the image.
Remarks

Note: This property is available at runtime and is read-only.

See Also

Reference

ScannedImageData Class
ScannedImageData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback