fixedPitch

Set the text pitch.
[read/write property] fixedPitch([out, retval] double *pitch) fixedPitch([in] double pitch)
This property sets the horizontal character pitch, in points. This value is used in line printer mode, physical layout mode, and table layout mode; it will be ignored in other modes.

If the pitch is set to zero (the default value), line printer mode will automatically compute the pitch. Physical layout and table layout modes will not used a fixed pitch.

VB:
pdf.fixedPitch = 4.0
fixedLineSpacing
linePrinterMode
physicalLayoutMode
tableLayoutMode