Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IgnoreViewPerspective Property
See Also 
Leadtools.Codecs Namespace > CodecsTiffLoadOptions Class : IgnoreViewPerspective Property



Indicates whether or not to ignore the view perspective stored in the file.

Syntax

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;}
C++/CLI 
public:
property bool IgnoreViewPerspective {
   bool get();
   void set (bool value);
}

Return Value

true to load the file as RasterViewPerspective.TopLeft.

Example

For an example, refer to CodecsTiffOptions.

Remarks

If you are loading a TIFF or Exif file that looks rotated or flipped, try setting this property before loading the file.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also