ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItem Class / BitDepth Property




In This Topic
    BitDepth Property (ImGearThumbnailItem)
    In This Topic
    Gets original image bit depth.
    Syntax
    'Declaration
     
    Public ReadOnly Property BitDepth As Integer
    'Usage
     
    Dim instance As ImGearThumbnailItem
    Dim value As Integer
     
    value = instance.BitDepth
    public int BitDepth {get;}
    public: __property int get_BitDepth();
    public:
    property int BitDepth {
       int get();
    }

    Property Value

    Integer value.
    See Also