Link Search Menu Expand Document

DocumentSign Method (String, String, RectangleF, String, String, String, NullableDateTime)

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,
	RectangleF rect,
	string reason,
	string contact,
	string location,
	Nullable<DateTime> dateTime
)

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.
dateTime
Type: SystemNullableDateTime

[Missing <param name="dateTime"/> documentation for "M:Bytescout.PDF.Document.Sign(System.String,System.String,System.Drawing.RectangleF,System.String,System.String,System.String,System.Nullable{System.DateTime})"]

See Also

Reference