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

DocumentPreview.BarManager Property

Provides access to the BarManager object associated with the DocumentPreview.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.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 Preview.

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-open PrintingStringId.Open
document-preview-button-save PrintingStringId.Save
document-preview-button-print PrintingStringId.Print
document-preview-button-printDirect PrintingStringId.PrintDirect
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-email PrintingStringId.SendFile
document-preview-button-watermark PrintingStringId.Watermark

Following are the names of the export format names available in the drop-down “Export Document…” and “Send via e-mail…” lists.

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

See Also