| Visual Basic (Declaration) | |
|---|---|
Public Property IgnoreViewPerspective As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsTiffLoadOptions Dim value As Boolean instance.IgnoreViewPerspective = value value = instance.IgnoreViewPerspective | |
| C# | |
|---|---|
public bool IgnoreViewPerspective {get; set;} | |
Property Value
true to load the file as RasterViewPerspective.TopLeft.For an example, refer to CodecsTiffOptions.
If you are loading a TIFF or Exif file that looks rotated or flipped, try setting this property before loading the file.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code