Accusoft.TwainPro9.Net
PixelType Property




Gets the pixel type of the image.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("Returns the pixel type of the image.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property PixelType As PixelType
'Usage
 
Dim instance As ScannedImageData
Dim value As PixelType
 
value = instance.PixelType
[Browsable(false)]
[Description("Returns the pixel type of the image.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public PixelType PixelType {get;}
[Browsable(false)]
[Description("Returns the pixel type of the image.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property PixelType get_PixelType();
[Browsable(false)]
[Description("Returns the pixel type of the image.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property PixelType PixelType {
   PixelType get();
}

Property Value

The PixelType enumeration value which determines the pixel type of the image.
Remarks

PixelType is available at runtime and is read-only.

See Also

Reference

ScannedImageData Class
ScannedImageData Members
PixelType Enumeration

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback