Skip to main content

DocumentPreview.BarManager Property

Provides access to the BarManager object associated with the DocumentPreview.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public BarManager BarManager { get; }

#Property Value

Type Description
BarManager

A BarManager object.

#Remarks

The BarManager property provides access to a BarManager corresponding to the main toolbar of a Document Viewer.

To learn about the Bar Manager customization, see How to: Customize the DocumentViewer Toolbar.

The Bar Manager of a Document Preview contains the following items.

Icon Name
document-preview-button-parameters PrintingStringId.Parameters
document-preview-button-documentMap PrintingStringId.DocumentMap
document-preview-button-search PrintingStringId.Search
document-preview-button-print PrintingStringId.Print
document-preview-button-pageSetup PrintingStringId.PageSetup
document-preview-button-scaling PrintingStringId.Scaling
document-preview-button-zoomOut PrintingStringId.DecreaseZoom
document-preview-button-zoomIn PrintingStringId.IncreaseZoom
document-preview-button-firstPage PrintingStringId.FirstPage
document-preview-button-previousPage PrintingStringId.PreviousPage
document-preview-button-nextPage PrintingStringId.NextPage
document-preview-button-lastPage PrintingStringId.LastPage
document-preview-button-export PrintingStringId.ExportFile
document-preview-button-exportToWindow PrintingStringId.ExportFileToWindow
document-preview-button-watermark PrintingStringId.Watermark

Below are the names of the export format names available in the drop-down "Export Document..." and "Send via e-mail..." lists.

See Also