PrintJobSettings.getTextWidthInPPI Method [AX 2012]

Calculates the physical width of the specified string, given the current settings.

public int getTextWidthInPPI(str text)

Run On

Called

Parameters

text
Type: str
The text string for which to calculate the width.

Return Value

Type: int
The width of the specified string.

Community Additions

ADD
Show: