EasyPDF Java SDK
v5.1

com.bcl.easypdf.EasyPDFPrinter
Class IPrintJobInfo

java.lang.Object
  extended by com.bcl.easypdf.EasyPDFPrinter.IPrintJobInfo

public class IPrintJobInfo
extends java.lang.Object

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

getPDFSetting

public IPDFSetting getPDFSetting()
                          throws EasyPDFException
Returns:
IPDFSetting
Throws:
EasyPDFException
See Also:
IPDFSetting

getOutputFileName

public java.lang.String getOutputFileName()
                                   throws EasyPDFException
Returns output file name.

Throws:
EasyPDFException

setOutputFileName

public void setOutputFileName(java.lang.String newVal)
                       throws EasyPDFException
Sets output file name.

Throws:
EasyPDFException

getProcessID

public int getProcessID()
                 throws EasyPDFException
Returns the process ID.

Throws:
EasyPDFException

getJobID

public int getJobID()
             throws EasyPDFException
Returns the job ID.

Throws:
EasyPDFException

getPaperWidth

public double getPaperWidth()
                     throws EasyPDFException
Returns the paper width.

Throws:
EasyPDFException

getPaperHeight

public double getPaperHeight()
                      throws EasyPDFException
Returns the paper height.

Throws:
EasyPDFException

setPageFrom

public void setPageFrom(int newVal)
                 throws EasyPDFException
Throws:
EasyPDFException

setPageTo

public void setPageTo(int newVal)
               throws EasyPDFException
Throws:
EasyPDFException

getProcessName

public java.lang.String getProcessName()
                                throws EasyPDFException
Returns the process name.

Throws:
EasyPDFException

EasyPDF Java SDK
v5.1

Copyright 2007 BCL Technologies. All rights reserved.