PdfSigningOptions.Type Property

Gets or sets the type of the signature to create.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSignatureType Type { get; set; }
VB
Public Property Type As PdfSignatureType
	Get
	Set

Property Value

Type: PdfSignatureType
The type of the signature to create.

Remarks

Default value: Approval.

Some signature types define what kind of changes are allowed for the signed document.

See Also