PdfViewerControl.OverlaySettings Property
In This Article
Gets or sets the object that stores overlay settings. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public PdfOverlaySettingsBase OverlaySettings { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#Remarks
The PdfViewerControl.ActualOverlaySettings property returns overlay settings that are currently applied to the PDF Viewer.
See Also