TxtFontName

Adjusts the font name of the text in the image that is output by the TxtToImage action.

Member of namespace

Convert

Syntax

bool TxtFontName(string fontName)

Parameters

fontName
Type: string
The font name to use in the output image.

Returns

False if the parameter is invalid. Otherwise, True.

Level

Page level.

Details

Sets the font name for the text in the output image for the TxtToImage action. If this action is not called, the default value of Times New Roman is used.
Example:
TxtFontName(Courier New)
TxtToImage()