com.adobe.livecycle.generatepdf.client
Class OptimizePDFResult

java.lang.Object
  extended by com.adobe.livecycle.generatepdf.client.OptimizePDFResult
All Implemented Interfaces:
java.io.Serializable

public class OptimizePDFResult
extends java.lang.Object
implements java.io.Serializable

Provides a method for getting the result of the GeneratePdfServiceClient object's optimizePDF method.

See Also:
com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient#optimizePDF(), Serialized Form

Constructor Summary
OptimizePDFResult()
          The default constructor.
 
Method Summary
 Document getConvertedDocument()
          Returns the Document object containing the result of the the GeneratePdfServiceClient object's optimizePDF method.
 void setConvertedDocument(Document convertedDocument)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptimizePDFResult

public OptimizePDFResult()
The default constructor.

Method Detail

getConvertedDocument

public Document getConvertedDocument()
Returns the Document object containing the result of the the GeneratePdfServiceClient object's optimizePDF method.

Returns:
A Document object containing the resultant file.

setConvertedDocument

public void setConvertedDocument(Document convertedDocument)
For internal use only.



[an error occurred while processing this directive] [an error occurred while processing this directive]