'Declaration
 
Public ReadOnly Property ColorSpace As String
             
        
            
            'Usage
 
Dim instance As PdfImage
Dim value As String
 
value = instance.ColorSpace
             
        
            
            public string ColorSpace {get;}
             
        
            
            public: __property string* get_ColorSpace();
             
        
            
            public:
property String^ ColorSpace {
   String^ get();
}