Back to Devexpress

PdfSignatureAppearance.ShowLocation Property

officefileapi-devexpress-dot-pdf-dot-pdfsignatureappearance-09947b6d.md

latest1.2 KB
Original Source

PdfSignatureAppearance.ShowLocation Property

Gets or sets whether to show the signing location (specified by the PdfSignatureInfo.Location property) in signature details.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true to show the location; otherwise, false.

|

See Also

PdfSignatureAppearance Class

PdfSignatureAppearance Members

DevExpress.Pdf Namespace