Visual Basic (Declaration) | |
---|---|
Public Property Rotated As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsLoadOptions Dim value As Boolean instance.Rotated = value value = instance.Rotated |
C# | |
---|---|
public bool Rotated {get; set;} |
Property Value
true to load files rotated, false to ignore the view perspective stored in the file.For an example, refer to CodecsOptions.
This affects files that can be saved with a rotated view perspective.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)