TxtFontSize
Adjusts the font size of the text in the image that is output by the TxtToImage action.
Member of namespace
ConvertSyntax
bool TxtFontSize(int fontSize)Parameters
- fontSize
- Type: int
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()