Table of Contents

Property Type

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Type

Gets or sets the type of the signature to create.

public PdfSignatureType Type { get; set; }

Property Value

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.

The Sign PDF documents in C# and VB.NET article shows how to sign PDF documents using digital signatures.