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