SkewOutput

Inheritance: java.lang.Object

public class SkewOutput

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

Constructors

ConstructorDescription
SkewOutput()
SkewOutput(String source, double angle, int page)

Fields

FieldDescription
AngleSkew angle in degrees.
PagePage number.
SourceThe full path to the file or URL, if any.

SkewOutput()

public SkewOutput()

SkewOutput(String source, double angle, int page)

public SkewOutput(String source, double angle, int page)

Parameters:

ParameterTypeDescription
sourcejava.lang.String
angledouble
pageint

Angle

public double Angle

Skew angle in degrees.

Page

public int Page

Page number.

Source

public String Source

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