TxtFontSize

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

Member of namespace

Convert

Syntax

bool TxtFontSize(int fontSize)

Parameters

fontSize
Type: int
The size of the font to use in the output image.

Returns

False if the parameter is invalid. Otherwise, True.

Level

Page level.

Details

Sets the font size for the text in the output image for the TxtToImage action. If this action is not called, the default value of 10 is used.
Example:
TxtFontSize(12)
TxtToImage()