PDFSignatureField
Use this command to create a signature field on the PDF using PDF functionality of defined width and height.
PDFSignatureField(string text,
int width,
int height);
Example:
PDFSignatureField('Please sign here.', 40, 20);
Use this command to create a signature field on the PDF using PDF functionality of defined width and height.
PDFSignatureField(string text,
int width,
int height);
Example:
PDFSignatureField('Please sign here.', 40, 20);