[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(); }
'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
PixelType is available at runtime and is read-only.
ScannedImageData Class ScannedImageData Members PixelType Enumeration
©2019. Accusoft Corporation. All Rights Reserved.