←Select platform

IgnoreViewPerspective Property

Summary
Gets or sets a value that indicates whether to ignore the view perspective stored in the file.
Syntax
C#
VB
Objective-C
C++
Java
public bool IgnoreViewPerspective { get; set; } 
Public Property IgnoreViewPerspective As Boolean 
@property (nonatomic, assign) BOOL ignoreViewPerspective 
public boolean getIgnoreViewPerspective() 
public void setIgnoreViewPerspective(boolean value) 
public: 
property bool IgnoreViewPerspective { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to load the file as RasterViewPerspective.TopLeft.

Remarks

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

Example

For an example, refer to CodecsTiffOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.