PdfStringDrawingOptions.SetCharacterWidths Method

Sets the character widths for a text string to draw.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void SetCharacterWidths(
	ICollection<double> charWidths
)
VB
Public Sub SetCharacterWidths ( 
	charWidths As ICollection(Of Double)
)

Parameters

charWidths
Type: System.Collections.Generic.ICollection<Double>
The collection of character widths for a text string to draw. Can be null.

See Also