com.dynalivery.pcre
Class PDFDistillerArgs

java.lang.Object
  |
  +--com.dynalivery.pcre.PDFDistillerArgs

public final class PDFDistillerArgs
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 java.lang.String inputFile
           
 java.lang.String outputFile
           
 
Constructor Summary
PDFDistillerArgs()
           
PDFDistillerArgs(java.lang.String __inputFile, java.lang.String __outputFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputFile

public java.lang.String inputFile

outputFile

public java.lang.String outputFile
Constructor Detail

PDFDistillerArgs

public PDFDistillerArgs()

PDFDistillerArgs

public PDFDistillerArgs(java.lang.String __inputFile,
                        java.lang.String __outputFile)