Loading

Zoom

Zoom can be applied to all PDL data files.

Syntax

XPath: //InterpretingParams/@Scaling

Type

XYPair

Supported values

"XScale YScale"

XScale and YScale must be identical and within the range [0.25 .. 4].

Two positive values define the scaling factor for the page contents: “XScale YScale”. XScale and YScale are the scale factors to apply respectively along the width (horizontal edge) and along height (vertical edge) of the media.

Values between 0 and 1 specify that the contents must be reduced. Values greater than 1 specify that the contents must be expanded.

Example - Scaling of 71%

<JDF Type="Combined" Types="... Interpreting ...">

<ResourcePool>

<InterpretingParams ID="res_1" Class="Parameter" Scaling="0.71 0.71" Status="Available"/>

</ResourcePool>

<ResourceLinkPool>

<InterpretingParamsLink rRef="res_1" Usage="Input"/>

</ResourceLinkPool>

</JDF>