Skip to main content
All docs
V24.1

PdfViewerControl.HasSignatures Property

Gets a value that defines whether a document has signatures. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public bool HasSignatures { get; }

Property Value

Type Description
Boolean

true if the signatures panel is visible; otherwise false.

See Also