←Select platform

ViewPerspective Property

Summary
Gets or sets a value that determines the orientation and rotation of the zone.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public RasterViewPerspective ViewPerspective { get; set; } 
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective; 
public RasterViewPerspective getViewPerspective() 
public void setViewPerspective(RasterViewPerspective value) 
public: 
property RasterViewPerspective ViewPerspective { 
   RasterViewPerspective get(); 
   void set (    RasterViewPerspective ); 
} 
ViewPerspective # get and set (OcrZone) 

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

Leadtools.Ocr Assembly

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