Skip to main content

PdfAttachmentsViewerState Enum

Lists values that specify the attachments viewer state.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public enum PdfAttachmentsViewerState

Members

Name Description
Collapsed

The attachments viewer is collapsed.

Visible

The attachments viewer is visible.

Expanded

The attachments viewer is expanded.

Related API Members

The following properties accept/return PdfAttachmentsViewerState values:

See Also