PdfAttachmentsViewerSettings.AttachmentsViewerState Property
In This Article
Specifies the attachments viewer visible state.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public PdfAttachmentsViewerState AttachmentsViewerState { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
One of the Pdf |
Available values:
Name | Description |
---|---|
Collapsed | The attachments viewer is collapsed. |
Visible | The attachments viewer is visible. |
Expanded | The attachments viewer is expanded. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Attachments |
---|---|
Pdf |
|
Pdf |
|
#Remarks
To specify the attachments viewer visible state after loading a PDF document with attachments, use the PdfAttachmentsViewerSettings.AttachmentsViewerInitialState property.
See Also