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

In This Topic
    DrawUnsignedSignature(GcGraphics,RectangleF,TextFormat,Color,Border,Single) 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, _
       ByVal orientation As System.Single _
    ) 
    public static void DrawUnsignedSignature( 
       GcGraphics g,
       System.Drawing.RectangleF bounds,
       TextFormat textFormat,
       System.Drawing.Color backColor,
       Border border,
       System.float orientation
    )

    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.
    orientation
    The rotation angle, should be a multiple of 90.
    See Also