Package com.geniusscansdk.pdf
Class PDFPage
- java.lang.Object
-
- com.geniusscansdk.pdf.PDFPage
-
public final class PDFPage extends java.lang.Object
Describes a page of a PDF document for the PDF generator.
-
-
Constructor Summary
Constructors Constructor Description PDFPage(java.lang.String filePath, PDFSize inchesSize, TextLayout textLayout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFilePath()
Absolute path to an image filePDFSize
getInchesSize()
TextLayout
getTextLayout()
If provided, the text will be included in the resulting PDF at the specified positions with an invisible font type.java.lang.String
toString()
-
-
-
Constructor Detail
-
PDFPage
public PDFPage(java.lang.String filePath, PDFSize inchesSize, TextLayout textLayout)
-
-
Method Detail
-
getFilePath
public java.lang.String getFilePath()
Absolute path to an image file
-
getInchesSize
public PDFSize getInchesSize()
-
getTextLayout
public TextLayout getTextLayout()
If provided, the text will be included in the resulting PDF at the specified positions with an invisible font type. This text can then be searched and selected.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-