←Select platform

LoadRotated Property

Summary

Gets or sets 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly