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

In This Topic
    DrawUnsignedSignature(GcGraphics,RectangleF,Font,Single,Color,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 font As Font, _
       ByVal fontSize As System.Single, _
       ByVal foreColor As System.Drawing.Color, _
       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,
       Font font,
       System.float fontSize,
       System.Drawing.Color foreColor,
       System.Drawing.Color backColor,
       Border border,
       System.float orientation
    )

    Parameters

    g
    The graphics to draw on.
    bounds
    The control bounds.
    font
    The font to use.
    fontSize
    The font size.
    foreColor
    The fore color.
    backColor
    The background color.
    border
    The border definition.
    orientation
    The rotation angle, should be a multiple of 90.
    See Also