Gets or sets a value that indicates whether the Load Rotated check box in the File Load Options dialog box is selected by default.
            
            
            
            
            
            
            
            public bool LoadRotated {get; set;}
             
        
            
            'Declaration
 
Public Property LoadRotated As Boolean
             
        
            
            'Usage
 
Dim instance As RasterOpenDialog
Dim value As Boolean
 
instance.LoadRotated = value
 
value = instance.LoadRotated
             
        
            
        
            
        
            
            public:
property bool LoadRotated {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true to select the Load Rotated check box in the File Load Options dialog box; otherwise, false.