VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawString Methods
In This Topic
    DrawString Method (PdfGraphics)
    In This Topic
    Overloaded. Draws the specified text string at the specified location with the current brush and specified objects.
    Overload List
    OverloadDescription
    Draws the specified text string at the specified location with the current brush and specified PdfFont objects.
    Draws the specified text string in vector form at the specified rectangle using specified PdfPen and IDrawingFont objects using the formatting attributes specified by TextLayoutProperties.
    Draws the specified text string in vector form at the specified rectangle with specified PdfBrush and IDrawingFont objects using the formatting attributes specified by TextLayoutProperties.
    Draws the specified text string in vector form at the specified location with specified PdfBrush and IDrawingFont objects using the formatting attributes specified by TextLayoutProperties.
    Draws the specified text string in vector form at the specified location using the specified PdfBrush and IDrawingFont objects.
    Draws the specified text string on the specified rectangle.
    Draws the specified text string on the specified rectangle.
    Draws the specified text string on the specified rectangle.
    Draws the specified text string on the specified rectangle.
    Draws the specified content codes at the specified location with the current brush and specified PdfFont objects.
    Draws the specified content codes at the specified location with the current brush and specified PdfFont objects.
    Draws the specified text string at the specified location with the specified PdfBrush and PdfFont objects.
    Draws the specified text string at the specified location with the specified PdfBrush and PdfFont objects.
    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