←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
Java
Objective-C
WinRT C#
C++
public bool IgnoreViewPerspective { get; set; } 
Public Property IgnoreViewPerspective As Boolean 
public bool IgnoreViewPerspective {get; set;} 
@property (nonatomic, assign) BOOL ignoreViewPerspective 
public boolean getIgnoreViewPerspective() 
public void setIgnoreViewPerspective(boolean value) 
             
 <br/>get_IgnoreViewPerspective();<br/>set_IgnoreViewPerspective(value);<br/>Object.defineProperty('IgnoreViewPerspective');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly