com.adobe.livecycle.convertpdfservice.client
Class ToSWFOptionsSpec

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

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

Enables you to define run-time options that control how the Convert PDF service converts a PDF document to SWF files.

See Also:
Serialized Form

Constructor Summary
ToSWFOptionsSpec()
           
 
Method Summary
 double getHeight()
          Returns height of SWF file
 java.lang.String getPageRange()
          Returns a string value that specifies the page range value.
 double getSampleX()
          Returns the downsampling factor of image in X direction
 double getSampleY()
          Returns the downsampling factor of image in Y direction
 SWFVersion getVersion()
          Returns the version with which SWF is encoded.
 double getWidth()
          Returns width of SWF file.
 boolean isProcessSignatures()
          Returns true if signed signature field are processed during conversion, else false.
 void setHeight(double height)
          Sets height of SWF file.
 void setPageRange(java.lang.String pageRange)
          Sets a string value that specifies the page range value.
 void setProcessSignatures(boolean processSignatures)
          Sets signed signature field processing.
 void setSampleX(double sampleX)
          Sets the downsampling factor of image in X direction
 void setSampleY(double sampleY)
          Sets the downsampling factor of image in Y direction
 void setVersion(SWFVersion version)
          Sets the version with which SWF file shall be encoded.
 void setWidth(double width)
          Sets width of SWF file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToSWFOptionsSpec

public ToSWFOptionsSpec()
Method Detail

getHeight

public double getHeight()
Returns height of SWF file


setHeight

public void setHeight(double height)
Sets height of SWF file.


getWidth

public double getWidth()
Returns width of SWF file.


setWidth

public void setWidth(double width)
Sets width of SWF file.


getVersion

public SWFVersion getVersion()
Returns the version with which SWF is encoded.


setVersion

public void setVersion(SWFVersion version)
Sets the version with which SWF file shall be encoded.


getSampleX

public double getSampleX()
Returns the downsampling factor of image in X direction


setSampleX

public void setSampleX(double sampleX)
Sets the downsampling factor of image in X direction


getSampleY

public double getSampleY()
Returns the downsampling factor of image in Y direction


setSampleY

public void setSampleY(double sampleY)
Sets the downsampling factor of image in Y direction


isProcessSignatures

public boolean isProcessSignatures()
Returns true if signed signature field are processed during conversion, else false.


setProcessSignatures

public void setProcessSignatures(boolean processSignatures)
Sets signed signature field processing.


getPageRange

public java.lang.String getPageRange()
Returns a string value that specifies the page range value. For example, 1: "2-6", Example 2: "1,3,5-9,21-30".


setPageRange

public void setPageRange(java.lang.String pageRange)
Sets a string value that specifies the page range value. Passing an empty value results all pages used within the page range.