Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcGraphicsExt Class / DrawUnsignedSignature Method / DrawUnsignedSignature(GcGraphics,RectangleF,TextFormat,Color,Border) Method
The graphics to draw on.
The control bounds.
The text format to use.
The background color.
The border definition.

In This Topic
    DrawUnsignedSignature(GcGraphics,RectangleF,TextFormat,Color,Border) Method
    In This Topic
    Draws an unsigned signature.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub DrawUnsignedSignature( _
       ByVal g As GcGraphics, _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal textFormat As TextFormat, _
       ByVal backColor As System.Drawing.Color, _
       ByVal border As Border _
    ) 
    public static void DrawUnsignedSignature( 
       GcGraphics g,
       System.Drawing.RectangleF bounds,
       TextFormat textFormat,
       System.Drawing.Color backColor,
       Border border
    )

    Parameters

    g
    The graphics to draw on.
    bounds
    The control bounds.
    textFormat
    The text format to use.
    backColor
    The background color.
    border
    The border definition.
    See Also