PdfSignaturesViewerSettings Class
In This Article
Provides access to the PDF signatures viewer settings.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public class PdfSignaturesViewerSettings :
FrameworkElement
#Related API Members
The following members return PdfSignaturesViewerSettings objects:
#Remarks
PDF layers viewer settings are represented by the PdfSignaturesViewerSettings
object that can be accessed with the PdfViewerControl.SignaturesViewerSettings property.
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
PdfSignaturesViewerSettings
See Also