←Select platform

ViewPerspective Property

Summary

Gets or sets a value that determines the orientation and rotation of the zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterViewPerspective ViewPerspective { get; set; } 
Public Property ViewPerspective As Leadtools.RasterViewPerspective 
public Leadtools.RasterViewPerspective ViewPerspective {get; set;} 
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective 
public RasterViewPerspective getViewPerspective() 
public void setViewPerspective(RasterViewPerspective value) 
             
 <br/>get_ViewPerspective();<br/>set_ViewPerspective(value);<br/>Object.defineProperty('ViewPerspective');  

Property Value

The orientation and rotation of the zone. Default value is RasterViewPerspective.TopLeft.

Remarks

The view perspective determines if the zone is rotated or flipped. For more information, refer to RasterViewPerspective.

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.Forms.Ocr Assembly