Class SkewOutput
Class SkewOutput
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.4.0)
Data about skew angle in degrees and name of the file.
public class SkewOutput
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
SkewOutput()
public SkewOutput()
Properties
Angle
Skew angle in degrees.
public float Angle { get; set; }
Property Value
ImageIndex
Sequence number of the image on the page.
public int ImageIndex { get; set; }
Property Value
Page
Page number.
public int Page { get; set; }
Property Value
Source
The full path to the file or URL, if any. Empty for streams, byte arrays, base64.
public string Source { get; set; }