ClearImageJNI
Class ICiPdf

java.lang.Object
  extended by ezjcom.JComObject
      extended by ClearImageJNI.ICiPdf

public class ICiPdf
extends JComObject

ICiPdf Interface.

This class corresponds to a COM interface. Objects of this class are not created directly, but are obtained by calling methods of other COM objects.


Field Summary
 
Fields inherited from class ezjcom.JComObject
__JComWarnMTA
 
Method Summary
static ICiPdf _ezjcomCoerceObject(JComObject obj)
          Use this method only for creating a COM interface of type ICiPdf from another existing COM interface, when you know that it is possible.
 java.lang.String getAuthor()
          property Author.
 java.lang.String getCreationDate()
          property CreationDate.
 java.lang.String getCreator()
          property Creator.
 int getDpiRasterBw()
          DPI used to rasterize as BW.
 int getDpiRasterGs()
          DPI used to rasterize as GS.
 int getDpiRasterRgb()
          DPI used to rasterize as Color.
 java.lang.String getKeywords()
          property Keywords.
 double getMinImageHeight()
          Minimum height of embeded images.
 double getMinImageWidth()
          Minimum width of embeded images.
 java.lang.String getModDate()
          property ModDate.
 java.lang.String getProducer()
          property Producer.
 EPdfRasterColorMode getRasterColorMode()
          Rasterize as BW, GS or Color.
 EPdfReadMode getReadMode()
          Open embeded images or rasterized pages.
 java.lang.String getSubject()
          property Subject.
 java.lang.String getTitle()
          property Title.
 int getUseMinImageColors()
          Minimize color of embeded images.
 void setAuthor(java.lang.String arg)
          property Author.
 void setCreationDate(java.lang.String arg)
          property CreationDate.
 void setCreator(java.lang.String arg)
          property Creator.
 void setDpiRasterBw(int arg)
          DPI used to rasterize as BW.
 void setDpiRasterGs(int arg)
          DPI used to rasterize as GS.
 void setDpiRasterRgb(int arg)
          DPI used to rasterize as Color.
 void setKeywords(java.lang.String arg)
          property Keywords.
 void setMinImageHeight(double arg)
          Minimum height of embeded images.
 void setMinImageWidth(double arg)
          Minimum width of embeded images.
 void setModDate(java.lang.String arg)
          property ModDate.
 void setProducer(java.lang.String arg)
          property Producer.
 void setRasterColorMode(EPdfRasterColorMode arg)
          Rasterize as BW, GS or Color.
 void setReadMode(EPdfReadMode arg)
          Open embeded images or rasterized pages.
 void setSubject(java.lang.String arg)
          property Subject.
 void setTitle(java.lang.String arg)
          property Title.
 void setUseMinImageColors(int arg)
          Minimize color of embeded images.
 
Methods inherited from class ezjcom.JComObject
__release, _JComAddEventListener, _JComRemoveEventListener, equals, ezJComCloseActiveX, ezJComInitActiveX, finalize, hashCode, JComCallMethod, JComCoerceObjectToAnotherType, JComCreateLicensedObject, JComCreateLicensedObject, JComCreateObjectFromString, JComGetProperty, JComModeMTA, JComRestoreObjectState, JComSaveObjectState, JComSetProperty, JComShutdown, JComStopWindowsMessageLoop
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDpiRasterBw

public int getDpiRasterBw()
                   throws JComException
DPI used to rasterize as BW.

Throws:
JComException

setDpiRasterBw

public void setDpiRasterBw(int arg)
                    throws JComException
DPI used to rasterize as BW.

Throws:
JComException

getDpiRasterGs

public int getDpiRasterGs()
                   throws JComException
DPI used to rasterize as GS.

Throws:
JComException

setDpiRasterGs

public void setDpiRasterGs(int arg)
                    throws JComException
DPI used to rasterize as GS.

Throws:
JComException

getDpiRasterRgb

public int getDpiRasterRgb()
                    throws JComException
DPI used to rasterize as Color.

Throws:
JComException

setDpiRasterRgb

public void setDpiRasterRgb(int arg)
                     throws JComException
DPI used to rasterize as Color.

Throws:
JComException

getReadMode

public EPdfReadMode getReadMode()
                         throws JComException
Open embeded images or rasterized pages.

Throws:
JComException

setReadMode

public void setReadMode(EPdfReadMode arg)
                 throws JComException
Open embeded images or rasterized pages.

Throws:
JComException

getRasterColorMode

public EPdfRasterColorMode getRasterColorMode()
                                       throws JComException
Rasterize as BW, GS or Color.

Throws:
JComException

setRasterColorMode

public void setRasterColorMode(EPdfRasterColorMode arg)
                        throws JComException
Rasterize as BW, GS or Color.

Throws:
JComException

getMinImageWidth

public double getMinImageWidth()
                        throws JComException
Minimum width of embeded images.

Throws:
JComException

setMinImageWidth

public void setMinImageWidth(double arg)
                      throws JComException
Minimum width of embeded images.

Throws:
JComException

getMinImageHeight

public double getMinImageHeight()
                         throws JComException
Minimum height of embeded images.

Throws:
JComException

setMinImageHeight

public void setMinImageHeight(double arg)
                       throws JComException
Minimum height of embeded images.

Throws:
JComException

getUseMinImageColors

public int getUseMinImageColors()
                         throws JComException
Minimize color of embeded images.

Throws:
JComException

setUseMinImageColors

public void setUseMinImageColors(int arg)
                          throws JComException
Minimize color of embeded images.

Throws:
JComException

getCreator

public java.lang.String getCreator()
                            throws JComException
property Creator.

Throws:
JComException

setCreator

public void setCreator(java.lang.String arg)
                throws JComException
property Creator.

Throws:
JComException

getCreationDate

public java.lang.String getCreationDate()
                                 throws JComException
property CreationDate.

Throws:
JComException

setCreationDate

public void setCreationDate(java.lang.String arg)
                     throws JComException
property CreationDate.

Throws:
JComException

getAuthor

public java.lang.String getAuthor()
                           throws JComException
property Author.

Throws:
JComException

setAuthor

public void setAuthor(java.lang.String arg)
               throws JComException
property Author.

Throws:
JComException

getProducer

public java.lang.String getProducer()
                             throws JComException
property Producer.

Throws:
JComException

setProducer

public void setProducer(java.lang.String arg)
                 throws JComException
property Producer.

Throws:
JComException

getTitle

public java.lang.String getTitle()
                          throws JComException
property Title.

Throws:
JComException

setTitle

public void setTitle(java.lang.String arg)
              throws JComException
property Title.

Throws:
JComException

getSubject

public java.lang.String getSubject()
                            throws JComException
property Subject.

Throws:
JComException

setSubject

public void setSubject(java.lang.String arg)
                throws JComException
property Subject.

Throws:
JComException

getKeywords

public java.lang.String getKeywords()
                             throws JComException
property Keywords.

Throws:
JComException

setKeywords

public void setKeywords(java.lang.String arg)
                 throws JComException
property Keywords.

Throws:
JComException

getModDate

public java.lang.String getModDate()
                            throws JComException
property ModDate.

Throws:
JComException

setModDate

public void setModDate(java.lang.String arg)
                throws JComException
property ModDate.

Throws:
JComException

_ezjcomCoerceObject

public static ICiPdf _ezjcomCoerceObject(JComObject obj)
                                  throws JComException
Use this method only for creating a COM interface of type ICiPdf from another existing COM interface, when you know that it is possible.

Throws:
JComException