DocumentSign Method (String, String, RectangleF, String, String, String)
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Signs document with digital signature.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void Sign( string certificatePath, string password, RectangleF rect, string reason, string contact, string location )
Parameters
- certificatePath
 - Type: SystemString
Digital certificate file name. - password
 - Type: SystemString
Certificate password. - rect
 - Type: System.DrawingRectangleF
Rectangular area on the first document page that will display signature information. - reason
 - Type: SystemString
Signing reason. - contact
 - Type: SystemString
Contact information. - location
 - Type: SystemString
Signing location. 
See Also