You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Creation > Low-level Functions > PdfSetWordSpacing Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfSetWordSpacing Method

Changes the word spacing used to draw text on a PDF.

C#
public PdfSetWordSpacing(
    int PdfID, 
    Single WordSpacing
);
Visual Basic
Public Sub PdfSetWordSpacing(
    ByVal PdfID As Integer, 
    ByVal WordSpacing As Single
)
Parameters
Parameters 
Description 
PdfID 
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. 
WordSpacing 
Word spacing in point. 1 point = 1/72 inch.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.