Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetWordSpacing Class / SetWordSpacing Constructor
The value of WordSpacing.

In This Topic
    SetWordSpacing Constructor
    In This Topic
    Initializes a new instance of the SetWordSpacing class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal wordSpacing As System.Single _
    )
    public SetWordSpacing( 
       System.float wordSpacing
    )

    Parameters

    wordSpacing
    The value of WordSpacing.
    See Also