Property Format
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Format
Gets or sets the signature format to use when signing a document.
public PdfSignatureFormat Format { get; set; }
Property Value
- PdfSignatureFormat
The signature format to use when signing a document.
Remarks
Default value: Pkcs7Detached.
Read the Sign PDF documents in C# and VB.NET article for examples of using this property.