Back to Devexpress

PdfSignatureAppearance.ShowLabels Property

officefileapi-devexpress-dot-pdf-dot-pdfsignatureappearance-659d9ae0.md

latest1.1 KB
Original Source

PdfSignatureAppearance.ShowLabels Property

Gets or sets whether to show a label for each item in signature details.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to show labels; otherwise, false.

|

See Also

PdfSignatureAppearance Class

PdfSignatureAppearance Members

DevExpress.Pdf Namespace