←Select platform

Rotated Property

Summary

Indicates whether to load files without rotating them.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool Rotated { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to load files rotated, false to ignore the view perspective stored in the file.

Remarks

This affects files that can be saved with a rotated view perspective.

Example

For an example, refer to CodecsOptions.

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.Codecs Assembly