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

PrintBarManager Class

As part of the DocumentViewer control, provides the toolbar, status bar and menu elements in a Print Preview.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.PrintBarManager.bmp")]
public class PrintBarManager :
    BarManager,
    IPrintPreviewControl

The following members return PrintBarManager objects:

Remarks

The PrintBarManager consists of the following elements.

PrintBarManager

  • The Preview Menu and Preview Toolbar contain buttons and menu items that allow end-users to zoom, navigate, print out, set printing options, export and perform other standard tasks with the document currently shown in the PrintControl.
  • The Preview Status Bar shows information specific to the document being viewed, such as the current page index, the total number of document pages and the current zoom value.
See Also