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

PdfAttachmentsViewerSettings Class

Provides access to the PDF attachments viewer settings.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public class PdfAttachmentsViewerSettings :
    FrameworkElement

The following members return PdfAttachmentsViewerSettings objects:

Remarks

PDF attachments viewer settings are represented by the PdfAttachmentsViewerSettings object that can be accessed via the PdfViewerControl.AttachmentsViewerSettings property.

AttachmentsPanel

Then, you can specify the attachments viewer behavior and style using the PdfAttachmentsViewerSettings.HideAfterUse, PdfAttachmentsViewerSettings.HideAttachmentsViewer, PdfAttachmentsViewerSettings.AttachmentsViewerInitialState, and PdfAttachmentsViewerSettings.AttachmentsViewerStyle properties.

See Also