SkewOutput
Contents
[
Hide
]Inheritance: java.lang.Object
public class SkewOutput
Data about skew angle in degrees and name of the file.
Constructors
Constructor | Description |
---|---|
SkewOutput() | |
SkewOutput(String source, double angle, int page, int imageIndex) |
Fields
Field | Description |
---|---|
Angle | Skew angle in degrees. |
ImageIndex | Sequence number of the image on the page. |
Page | Page number. |
Source | The full path to the file or URL, if any. |
SkewOutput()
public SkewOutput()
SkewOutput(String source, double angle, int page, int imageIndex)
public SkewOutput(String source, double angle, int page, int imageIndex)
Parameters:
Parameter | Type | Description |
---|---|---|
source | java.lang.String | |
angle | double | |
page | int | |
imageIndex | int |
Angle
public double Angle
Skew angle in degrees.
ImageIndex
public int ImageIndex
Sequence number of the image on the page.
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.