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.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Related API Members
The following members return PrintBarManager objects:
Remarks
The PrintBarManager consists of the following elements.
- 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
Object
MarshalByRefObject
Component
DevExpress.XtraEditors.ComponentBase
ComponentEditorContainer
BarManager
PrintBarManager
See Also