Allow Vertical Expansion (AllowVerticalExpansion)

This property determines whether the picture widget is vertically expanded when it is printed. True or False (default).

AllowVerticalExpansion="True | False"

Value

Description

True

Expand the picture widget to fit the image, so that the complete image can be printed.

False

The picture widget maintains its size and the image is sized inside the existing picture widget area.

Description

This property affects printing only if Preserve Aspect Ratio is True. In this case, allows vertical expansion of the picture widget when it is printed, by the amount required to preserve the image's aspect ratio.

To set this property for all picture widgets, add it to the picture widget's definition in the .ini file.

Setting in ProcScript

$fieldproperties(PIC) = "AllowVerticalExpansion=True"

Applies To

upicture (Picture)

Related Topics