PdfAttachmentsViewerSettings Class
Provides access to the PDF attachments viewer settings.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public class PdfAttachmentsViewerSettings :
FrameworkElement
#Related API Members
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.
Then, you can specify the attachments viewer behavior and style using the PdfAttachmentsViewerSettings.HideAfterUse, PdfAttachmentsViewerSettings.HideAttachmentsViewer, PdfAttachmentsViewerSettings.AttachmentsViewerInitialState, and PdfAttachmentsViewerSettings.AttachmentsViewerStyle properties.