←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) 
             
  
get_Rotated(); 
set_Rotated(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize