VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / SetHorizontalTextScaling(Single) Method
Syntax Requirements SeeAlso
In This Topic
    SetHorizontalTextScaling(Single) Method (PdfGraphics)
    In This Topic
    Sets the text horizontal scaling ('Tz' command).
    Syntax
    'Declaration
    
    Public Sub SetHorizontalTextScaling( _
    ByVal scale
    Scale is a number specifying the percentage of the normal width.
    As Single _
    )
    public void SetHorizontalTextScaling(
    float scale
    )
    public: void SetHorizontalTextScaling(
    float scale
    )
    public:
    void SetHorizontalTextScaling(
    float scale
    )

    Parameters

    scale
    Scale is a number specifying the percentage of the normal width.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also