Class SkewOutput
Class SkewOutput
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
关于倾斜角度(以度为单位)和文件名称的数据。
public class SkewOutput
继承
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
SkewOutput()
public SkewOutput()
字段
Angle
倾斜角度(以度为单位)。
public float Angle
字段值
ImageIndex
页面上图像的序列号。
public int ImageIndex
字段值
Page
页码。
public int Page
字段值
Source
文件或 URL 的完整路径(如果有)。对于流、字节数组和 base64,留空。
public string Source