Gets or sets the signature format to use when signing a document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfSignatureFormat Format { get; set; }
VB
Public Property Format As PdfSignatureFormat
Get
Set
Property Value
Type:
PdfSignatureFormat
The signature format to use when signing a document.
Remarks
See Also