|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bcl.easypdf.EasyPDFPrinter.IPrintJobInfo
public class IPrintJobInfo
Use an object of this class to review and modify the PDF conversion setting for a print job.
| Method Summary | |
|---|---|
int |
getJobID()
Returns the job ID. |
java.lang.String |
getOutputFileName()
Returns output file name. |
double |
getPaperHeight()
Returns the paper height. |
double |
getPaperWidth()
Returns the paper width. |
IPDFSetting |
getPDFSetting()
|
int |
getProcessID()
Returns the process ID. |
java.lang.String |
getProcessName()
Returns the process name. |
void |
setOutputFileName(java.lang.String newVal)
Sets output file name. |
void |
setPageFrom(int newVal)
|
void |
setPageTo(int newVal)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public IPDFSetting getPDFSetting()
throws EasyPDFException
EasyPDFExceptionIPDFSetting
public java.lang.String getOutputFileName()
throws EasyPDFException
EasyPDFException
public void setOutputFileName(java.lang.String newVal)
throws EasyPDFException
EasyPDFException
public int getProcessID()
throws EasyPDFException
EasyPDFException
public int getJobID()
throws EasyPDFException
EasyPDFException
public double getPaperWidth()
throws EasyPDFException
EasyPDFException
public double getPaperHeight()
throws EasyPDFException
EasyPDFException
public void setPageFrom(int newVal)
throws EasyPDFException
EasyPDFException
public void setPageTo(int newVal)
throws EasyPDFException
EasyPDFException
public java.lang.String getProcessName()
throws EasyPDFException
EasyPDFException
|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||