Click or drag to resize

CPDFSignatureWidgetUpdateApWithText Method

Updates form appearance by text.

Namespace:  ComPDFKit.PDFAnnotation.Form
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool UpdateApWithText(
	string text,
	string fontName,
	string color,
	int rotation
)

Parameters

text
Type: SystemString
Text content of signature
fontName
Type: SystemString
Font name of signature text
color
Type: SystemString
Text color
rotation
Type: SystemInt32
Rotation value, range0,1,2,3

Return Value

Type: Boolean
Returns true on success, false on failure
See Also