←Select platform

RotationAngle Property

Summary

Gets or sets the rotation angle of this word.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="rotationAngle", Order=2)] 
public double RotationAngle { get; set; } 
  
Public Property RotationAngle As Double 
public: 
property double RotationAngle { 
   double get(); 
   void set (    double ); 
} 

Property Value

The rotation angle of this word in degrees. The default value is 0.

Remarks

The LEADTOOLS Document Readers can detect if a word is rotated at a right angle (90, -90, 180, -180, 270, -270) and will return the angle of the rotation in this property.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentReaders Assembly