ClearImageJNI
Class ICiPdf

java.lang.Object
  extended by ClearImageJNI.CiSuperObject
      extended by ClearImageJNI.ICiPdf

public class ICiPdf
extends CiSuperObject

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 ClearImageJNI.CiSuperObject
lockObject
 
Constructor Summary
ICiPdf(long oIn)
           
 
Method Summary
 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 ClearImageJNI.CiSuperObject
CleanUp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICiPdf

public ICiPdf(long oIn)
Method Detail

getDpiRasterBw

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

Throws:
CiException

setDpiRasterBw

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

Throws:
CiException

getDpiRasterGs

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

Throws:
CiException

setDpiRasterGs

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

Throws:
CiException

getDpiRasterRgb

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

Throws:
CiException

setDpiRasterRgb

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

Throws:
CiException

getReadMode

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

Throws:
CiException

setReadMode

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

Throws:
CiException

getRasterColorMode

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

Throws:
CiException

setRasterColorMode

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

Throws:
CiException

getMinImageWidth

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

Throws:
CiException

setMinImageWidth

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

Throws:
CiException

getMinImageHeight

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

Throws:
CiException

setMinImageHeight

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

Throws:
CiException

getUseMinImageColors

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

Throws:
CiException

setUseMinImageColors

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

Throws:
CiException

getCreator

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

Throws:
CiException

setCreator

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

Throws:
CiException

getCreationDate

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

Throws:
CiException

setCreationDate

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

Throws:
CiException

getAuthor

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

Throws:
CiException

setAuthor

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

Throws:
CiException

getProducer

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

Throws:
CiException

setProducer

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

Throws:
CiException

getTitle

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

Throws:
CiException

setTitle

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

Throws:
CiException

getSubject

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

Throws:
CiException

setSubject

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

Throws:
CiException

getKeywords

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

Throws:
CiException

setKeywords

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

Throws:
CiException

getModDate

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

Throws:
CiException

setModDate

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

Throws:
CiException