Accusoft.TwainProSdk Namespace > ScannedImageData Class : PixelType Property |
'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
[BrowsableAttribute(false)] [DescriptionAttribute("Returns the pixel type of the image.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public PixelType PixelType {get;}
[BrowsableAttribute(false)] [DescriptionAttribute("Returns the pixel type of the image.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public: __property PixelType get_PixelType();
[BrowsableAttribute(false)] [DescriptionAttribute("Returns the pixel type of the image.")] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public: property PixelType PixelType { PixelType get(); }
PixelType is available at runtime and is read-only.