LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

BitsPerPixel Property

Show in webframe



Gets or sets the Bits Per Pixel of the image.
Syntax
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As ImageFormat
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel
public int BitsPerPixel {get; set;}
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 value specifying the bits per pixel of the image.
Requirements

Target Platforms

See Also

Reference

ImageFormat Class
ImageFormat Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.