←Select platform

ViewPerspective Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public RasterViewPerspective ViewPerspective { get; set; } 
Public Property ViewPerspective As RasterViewPerspective 
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective 
public RasterViewPerspective getViewPerspective() 
public void setViewPerspective(RasterViewPerspective value) 
public: 
property RasterViewPerspective ViewPerspective { 
   RasterViewPerspective get(); 
   void set (    RasterViewPerspective ); 
} 

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly