Back to Devexpress

PdfSignatureAppearance.ShowDistinguishedName Property

officefileapi-devexpress-dot-pdf-dot-pdfsignatureappearance-017d8b9f.md

latest1.2 KB
Original Source

PdfSignatureAppearance.ShowDistinguishedName Property

Gets or sets whether to show the distinguished name (retrieved from the certificate) in signature details.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[DefaultValue(false)]
public bool ShowDistinguishedName { get; set; }
vb
<DefaultValue(False)>
Public Property ShowDistinguishedName As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to show the distinguished name; otherwise, false.

|

See Also

PdfSignatureAppearance Class

PdfSignatureAppearance Members

DevExpress.Pdf Namespace