'Declaration
 
Public ReadOnly Property BitsPerPixel As Integer
             
        
            
            'Usage
 
Dim instance As PdfImage
Dim value As Integer
 
value = instance.BitsPerPixel
             
        
            
            public int BitsPerPixel {get;}
             
        
            
            public: __property int get_BitsPerPixel();
             
        
            
            public:
property int BitsPerPixel {
   int get();
}