Package com.adobe.livecycle.formsservice.client
Classpublic final class RenderAtClient
InheritanceRenderAtClient Inheritance Enum

Enables the delivery of PDF content by using the the client-side rendering capability of Acrobat 7.0 or later. When set to auto and AcrobatVersion=acrobat7.0.5, then a form is rendered to a client once, which improves the performance of the Forms service. This enum value is passed to the PDFFormRenderSpec object's setRenderAtClient method.

See also

setRenderAtClient()


Public Methods
 MethodDefined by
  
String getValue()
Returns a string represention of this enum value.
RenderAtClient
Public Constants
 ConstantDefined by
  Auto
[static] Instructs the Forms service to observe the form design's dynamicRender configuration value.
RenderAtClient
  No
[static] The PDF form is not rendered on the client.
RenderAtClient
  Yes
[static] The PDF form is rendered on the client.
RenderAtClient
Method Detail
getValue()
public String getValue()

Returns a string represention of this enum value.

Returns
A string represention of this enum value.
Constant Detail
AutoConstant
public static final Auto

Instructs the Forms service to observe the form design's dynamicRender configuration value.

NoConstant 
public static final No

The PDF form is not rendered on the client.

YesConstant 
public static final Yes

The PDF form is rendered on the client.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/formsservice/client/RenderAtClient.html