Method SetCharacterWidths
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SetCharacterWidths(ICollection<double>)
Sets the character widths for a text string to draw.
public void SetCharacterWidths(ICollection<double> charWidths)
Parameters
charWidths
ICollection<double>The collection of character widths for a text string to draw. Can be
null
.