|
PdfTextSectionWordSpacing Property |
Gets or sets an additional space between words.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public float WordSpacing { get; set; }
Public Property WordSpacing As Single
Get
Set
Property Value
Type:
SingleRemarks The words separator is consider the space character with code 32.
See Also