PdfSignatureAppearanceOptions.DistinguishedNameLabel Property

Gets or sets the label to use before the distinguished name inside the text of the signature.

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

Syntax

C#
public string DistinguishedNameLabel { get; set; }
VB
Public Property DistinguishedNameLabel As String
	Get
	Set

Property Value

Type: String
The label to use before the distinguished name inside the text of the signature.

Remarks

The distinguished name will be displayed without a label if the value of this property is null or empty.

Default value: "DN:".

See Also