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