Skip to main content
A newer version of this page is available. .

PdfViewerControl.ActualOverlaySettings Property

Returns an object that stores actual overlay settings. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v19.2.dll

Declaration

[NotPublicByDesign]
public PdfOverlaySettingsBase ActualOverlaySettings { get; }

Property Value

Type Description
PdfOverlaySettingsBase

A PdfOverlaySettingsBase object that stores actual overlay settings.

See Also