Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
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;}
Managed Extensions for C++ 
public: __property bool get_IgnoreViewPerspective();
public: __property void set_IgnoreViewPerspective( 
   bool value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also