C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicates whether to ignore the view perspective stored in the file.
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');
true to load the file as RasterViewPerspective.TopLeft.
If you are loading a TIFF or Exif file that looks rotated or flipped, try setting this property before loading the file.
For an example, refer to CodecsTiffOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET