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

PdfAttachmentsViewerState Enum

Lists values that specify the attachments viewer state.

Namespace: DevExpress.Xpf.PdfViewer

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

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:

Remarks

The values listed by this enumeration are used to set the PdfAttachmentsViewerSettings.AttachmentsViewerInitialState and PdfAttachmentsViewerSettings.AttachmentsViewerState property values.

See Also