Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Rotated Property
See Also 
Leadtools.Codecs Namespace > CodecsOptions.CodecsLoadOptions Class : Rotated Property



Indicates whether or not to load the image without rotating.

Syntax

Visual Basic (Declaration) 
Public Property Rotated As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsOptions.CodecsLoadOptions
Dim value As Boolean
 
instance.Rotated = value
 
value = instance.Rotated
C# 
public bool Rotated {get; set;}
C++/CLI 
public:
property bool Rotated {
   bool get();
   void set (bool value);
}

Return Value

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

Example

For an example, refer to Load

Remarks

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

For more information refer to Accounting for View Perspective.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also