[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcGraphicsExt.DrawUnsignedSignature

DrawUnsignedSignature Method

DrawUnsignedSignature(GcGraphics, RectangleF, TextFormat, Color, Border, float)

Draws an unsigned signature.

Declaration
public static void DrawUnsignedSignature(this GcGraphics g, RectangleF bounds, TextFormat textFormat, Color backColor, Border border, float orientation)
Public Shared Sub DrawUnsignedSignature(g As GcGraphics, bounds As RectangleF, textFormat As TextFormat, backColor As Color, border As Border, orientation As Single)
Parameters
Type Name Description
GcGraphics g

The graphics to draw on.

RectangleF bounds

The control bounds.

TextFormat textFormat

The text format to use.

Color backColor

The background color.

Border border

The border definition.

float orientation

The rotation angle, should be a multiple of 90.

DrawUnsignedSignature(GcGraphics, RectangleF, TextFormat, Color, Border)

Draws an unsigned signature.

Declaration
public static void DrawUnsignedSignature(this GcGraphics g, RectangleF bounds, TextFormat textFormat, Color backColor, Border border)
Public Shared Sub DrawUnsignedSignature(g As GcGraphics, bounds As RectangleF, textFormat As TextFormat, backColor As Color, border As Border)
Parameters
Type Name Description
GcGraphics g

The graphics to draw on.

RectangleF bounds

The control bounds.

TextFormat textFormat

The text format to use.

Color backColor

The background color.

Border border

The border definition.

DrawUnsignedSignature(GcGraphics, RectangleF, Font, float, Color, Color, Border, float)

Draws an unsigned signature.

Declaration
public static void DrawUnsignedSignature(this GcGraphics g, RectangleF bounds, Font font, float fontSize, Color foreColor, Color backColor, Border border, float orientation)
Public Shared Sub DrawUnsignedSignature(g As GcGraphics, bounds As RectangleF, font As Font, fontSize As Single, foreColor As Color, backColor As Color, border As Border, orientation As Single)
Parameters
Type Name Description
GcGraphics g

The graphics to draw on.

RectangleF bounds

The control bounds.

Font font

The font to use.

float fontSize

The font size.

Color foreColor

The fore color.

Color backColor

The background color.

Border border

The border definition.

float orientation

The rotation angle, should be a multiple of 90.

DrawUnsignedSignature(GcGraphics, RectangleF, Font, float, Color, Color, Border)

Draws an unsigned signature.

Declaration
public static void DrawUnsignedSignature(this GcGraphics g, RectangleF bounds, Font font, float fontSize, Color foreColor, Color backColor, Border border)
Public Shared Sub DrawUnsignedSignature(g As GcGraphics, bounds As RectangleF, font As Font, fontSize As Single, foreColor As Color, backColor As Color, border As Border)
Parameters
Type Name Description
GcGraphics g

The graphics to draw on.

RectangleF bounds

The control bounds.

Font font

The font to use.

float fontSize

The font size.

Color foreColor

The fore color.

Color backColor

The background color.

Border border

The border definition.