Back to Devexpress

DocumentPreview.BarManager Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreview.md

latest7.3 KB
Original Source

DocumentPreview.BarManager Property

Provides access to the BarManager object associated with the DocumentPreview.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public BarManager BarManager { get; }
vb
Public ReadOnly Property BarManager As BarManager

Property Value

TypeDescription
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.

IconName
PrintingStringId.Parameters
PrintingStringId.DocumentMap
PrintingStringId.Search
PrintingStringId.Open
PrintingStringId.Save
PrintingStringId.Print
PrintingStringId.PrintDirect
PrintingStringId.PageSetup
PrintingStringId.Scaling
PrintingStringId.DecreaseZoom
PrintingStringId.IncreaseZoom
PrintingStringId.FirstPage
PrintingStringId.PreviousPage
PrintingStringId.NextPage
PrintingStringId.LastPage
PrintingStringId.ExportFile
PrintingStringId.SendFile
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

Document Preview

How to: Customize the Document Preview Toolbar

DocumentPreview Class

DocumentPreview Members

DevExpress.Xpf.Printing Namespace