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

PdfViewer.CreateBars(PdfViewerToolbarKind) Method

Creates a set of toolbars with actions specific to the PdfViewer control.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public void CreateBars(
    PdfViewerToolbarKind flags
)

Parameters

Name Type Description
flags PdfViewerToolbarKind

The PdfViewerToolbarKind enumeration value specifying a set of toolbars that should be created.

See Also