SetFontName

Specifies the font style to use for the imprinted text.

Syntax

bool SetFontName (StrParam)

Parameters

String value of the font's name. Smart parameters are supported.

Returns

False if the parameter is missing. Otherwise True.

Level

Page level only.

Details

Specifies the font style that is used.

This action is optional. If not used, the font style will default to Times New Roman. 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")