ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailItem Interface / BitDepth Property




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

    Property Value

    Integer value.
    See Also