LoadRotated Property

Summary

A value that indicates whether the Load Rotated check box in the File Load Options dialog box is selected by default.

Syntax
C#
VB
C++
public bool LoadRotated { get; set; } 
  
Public Property LoadRotated As Boolean 
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.

Remarks

When the Load Rotated check box in the File Load Options dialog box is set to true, any files that are selected will have their LoadRotated value set to true as well.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly