CPDFSignatureWidgetUpdateApWithText Method |
Updates form appearance by text.
Namespace:
ComPDFKit.PDFAnnotation.Form
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax 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:
BooleanReturns true on success, false on failure
See Also