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

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

    Parameters

    scale
    The value of Scale.
    See Also