Click or drag to resize

PdfSignatureProperties SetSubFilter Method

Set a name that describes the encoding of the signature value. (Required)

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetSubFilter(
	string subFilter
)

Parameters

subFilter
Type: System String
a name that describes the encoding of the signature value.
See Also