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; }
Public Property LoadRotated As Boolean
public:
property bool LoadRotated {
bool get();
void set ( bool value);
}
true to select the Load Rotated check box in the File Load Options dialog box; otherwise, false.
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.
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET