Back to Devexpress

PdfSignatureAppearance.ShowName Property

officefileapi-devexpress-dot-pdf-dot-pdfsignatureappearance-1baacff4.md

latest1.2 KB
Original Source

PdfSignatureAppearance.ShowName Property

Gets or sets whether to show the signer name (specified by the PdfSignatureBuilder.Name or in the certificate) in signature details.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[DefaultValue(true)]
public bool ShowName { get; set; }
vb
<DefaultValue(True)>
Public Property ShowName As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show the name; otherwise, false.

|

See Also

PdfSignatureAppearance Class

PdfSignatureAppearance Members

DevExpress.Pdf Namespace