C#
VB
Java
Objective-C
WinRT C#
C++
Indicates whether to load files without rotating them.
public bool Rotated { get; set; }
Public Property Rotated As Boolean
public bool Rotated {get; set;}
@property (nonatomic, assign) BOOL rotated
public boolean getRotated()
public void setRotated(boolean value)
<br/>get_Rotated();<br/>set_Rotated(value);<br/>Object.defineProperty('Rotated');
true to load files rotated, false to ignore the view perspective stored in the file.
This affects files that can be saved with a rotated view perspective.
For an example, refer to CodecsOptions.
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