Link Search Menu Expand Document

DocumentSign Method (String, String, Single, Single, Single, Single, String, String, String)

Signs document with digital signature.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void Sign(
	string certificatePath,
	string password,
	float left,
	float top,
	float width,
	float height,
	string reason,
	string contact,
	string location
)

Parameters

certificatePath
Type: SystemString
Digital certificate file name.
password
Type: SystemString
Certificate password.
left
Type: SystemSingle
Left coordinate of rectangular area on the first document page that will display signature information.
top
Type: SystemSingle
Top coordinate of rectangular area on the first document page that will display signature information.
width
Type: SystemSingle
Width of rectangular area on the first document page that will display signature information.
height
Type: SystemSingle
Height of 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

Reference