Skip to main content

PdfViewerControl.OverlaySettings Property

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
PdfOverlaySettingsBase

A PdfOverlaySettingsBase object that stores overlay settings.

Remarks

The PdfViewerControl.ActualOverlaySettings property returns overlay settings that are currently applied to the PDF Viewer.

See Also