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

PdfViewerControl.ActualAttachmentsViewerSettings Property

Gets the actual attachment viewer settings.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public PdfAttachmentsViewerSettings ActualAttachmentsViewerSettings { get; protected set; }

Property Value

Type Description
PdfAttachmentsViewerSettings

A PdfAttachmentsViewerSettings that represents the settings of the attachment in the PDF Viewer.

See Also