Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Printing

#Declaration

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.

#Inheritance

See Also