Skip to main content
All docs
V24.1

PdfSignaturesViewerSettings.SignatureViewerStyle Property

Gets or sets a style applied to the signatures viewer. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public Style SignatureViewerStyle { get; set; }

Property Value

Type Description
Style

A Style object that provides corresponding style settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SignatureViewerStyle
PdfViewerControl
.ActualSignaturesViewerSettings .SignatureViewerStyle
PdfViewerControl
.SignaturesViewerSettings .SignatureViewerStyle
See Also