SkewOutput

Inheritance: java.lang.Object

public class SkewOutput

Data about skew angle in degrees and name of the file.

Constructors

ConstructorDescription
SkewOutput()

Fields

FieldDescription
SourceThe full path to the file or URL, if any.
PagePage number.
ImageIndexSequence number of the image on the page.
AngleSkew angle in degrees.

SkewOutput()

public SkewOutput()

Source

public String Source

The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

Page

public int Page

Page number.

ImageIndex

public int ImageIndex

Sequence number of the image on the page.

Angle

public double Angle

Skew angle in degrees.