Back to Devexpress

PrintBarManager Class

windowsforms-devexpress-dot-xtraprinting-dot-preview-4ab55bc9.md

latest2.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[DXLicenseWinReporting]
public class PrintBarManager :
    BarManager,
    IPrintPreviewControl
vb
<DXLicenseWinReporting>
Public Class PrintBarManager
    Inherits BarManager
    Implements IPrintPreviewControl

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 DocumentViewerBarManager

See Also

PrintBarManager Members

Document Viewer

DevExpress.XtraPrinting.Preview Namespace