VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfPageDigitalSignatureHelper Class / DrawSignatureAppearanceText(PdfGraphics,RectangleF,PdfFont,String) Method
Syntax Requirements SeeAlso
In This Topic
    DrawSignatureAppearanceText(PdfGraphics,RectangleF,PdfFont,String) Method (PdfPageDigitalSignatureHelper)
    In This Topic
    Draws the text on signature appearance.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawSignatureAppearanceText( _
    ByVal graphics
    The PDF graphics.
    As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
    ByVal rect
    The rectangle.
    As System.Drawing.RectangleF, _
    ByVal font
    The text font.
    As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
    ByVal text
    The text do draw.
    As System.String _
    )

    Parameters

    graphics
    The PDF graphics.
    rect
    The rectangle.
    font
    The text font.
    text
    The text do draw.
    Requirements

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

    See Also