com.bcl.easypdf.EasyPDFPrinter
Class IIEPrintJob
java.lang.Object
com.bcl.easypdf.EasyPDFPrinter.IPrintJob
com.bcl.easypdf.EasyPDFPrinter.IIEPrintJob
public class IIEPrintJob
- extends IPrintJob
In addition to inheriting all features from IPrintJob, IIEPrintJob includes
features specific to Internet Explorer. Use an IIEPrintJob object to set
Internet Explorer specific options.
| Methods inherited from class com.bcl.easypdf.EasyPDFPrinter.IPrintJob |
getBannerMessage, getConversionResult, getConversionResultMessage, getFileConversionTimeout, getInitializationTimeout, getMakeTempCopyOfInput, getPageConversionTimeout, getPDFSetting, getPrinterResult, getPrinterResultMessage, PrintOut, PrintOut2, PrintOut3, setBannerMessage, setFileConversionTimeout, setInitializationTimeout, setMakeTempCopyOfInput, setPageConversionTimeout, setPageFrom, setPageTo, setSignatureDigitalIDPassword |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getIESetting
public IIESetting getIESetting()
throws EasyPDFException
- Returns:
- An IIESetting object
- Throws:
EasyPDFException
getWaitTimeAfterPageIsLoaded
public int getWaitTimeAfterPageIsLoaded()
throws EasyPDFException
- Returns:
- The time (in milliseconds) to wait before printing after
the page is completely loaded.
- Throws:
EasyPDFException
setWaitTimeAfterPageIsLoaded
public void setWaitTimeAfterPageIsLoaded(int newVal)
throws EasyPDFException
- Sometimes embedded Java Applets in an HTML page are not printed correctly
because applet rendering can happen after the page is completely loaded.
If this problem occurs, use this method to set the time to wait until the
rendering of the embedded objects is finished.
- Parameters:
newVal - Time (in milliseconds) to wait after a page is loaded.
- Throws:
EasyPDFException
getHeader
public java.lang.String getHeader()
throws EasyPDFException
- Throws:
EasyPDFException
setHeader
public void setHeader(java.lang.String newVal)
throws EasyPDFException
- Throws:
EasyPDFException
getFooter
public java.lang.String getFooter()
throws EasyPDFException
- Throws:
EasyPDFException
setFooter
public void setFooter(java.lang.String newVal)
throws EasyPDFException
- Throws:
EasyPDFException
getMarginLeft
public double getMarginLeft()
throws EasyPDFException
- Throws:
EasyPDFException
setMarginLeft
public void setMarginLeft(double newVal)
throws EasyPDFException
- Throws:
EasyPDFException
getMarginTop
public double getMarginTop()
throws EasyPDFException
- Throws:
EasyPDFException
setMarginTop
public void setMarginTop(double newVal)
throws EasyPDFException
- Throws:
EasyPDFException
getMarginRight
public double getMarginRight()
throws EasyPDFException
- Throws:
EasyPDFException
setMarginRight
public void setMarginRight(double newVal)
throws EasyPDFException
- Throws:
EasyPDFException
getMarginBottom
public double getMarginBottom()
throws EasyPDFException
- Throws:
EasyPDFException
setMarginBottom
public void setMarginBottom(double newVal)
throws EasyPDFException
- Throws:
EasyPDFException
setPaperOrientation
public void setPaperOrientation(int EprnPaperOrientation)
throws EasyPDFException
- Throws:
EasyPDFException
getResumeOnError
public boolean getResumeOnError()
throws EasyPDFException
- Throws:
EasyPDFException
setResumeOnError
public void setResumeOnError(boolean newVal)
throws EasyPDFException
- Throws:
EasyPDFException
Copyright 2009 BCL Technologies. All rights reserved.