SetFontSize

Specifies the font size to use for the imprinted text.

Syntax

bool SetFontSize (StrParam)

Parameters

Numeric value of the font's size. Smart parameters are supported.

Returns

False if the parameter is not Numeric. Otherwise True.

Level

Page level only.

Details

Specifies the font size that will be used.

This action is optional. If you do not use the action, the font size will default to 12. If you use this action, it must be called prior to the AnnotateImage action.

Example:
SetFontName("Arial")
SetFontSize("10")
SetAdjustedWidth("100")
AnnotateImage("@BATCHID+ Page:+@ID","0","0")