'Declaration
 
Public ReadOnly Property Rotation As Double
             
        
            
            'Usage
 
Dim instance As PdfImage
Dim value As Double
 
value = instance.Rotation
             
        
            
            public double Rotation {get;}
             
        
            
            public: __property double get_Rotation();
             
        
            
            public:
property double Rotation {
   double get();
}