Back to Devexpress

PrintingSystem.PreviewRibbonFormEx Property

windowsforms-devexpress-dot-xtraprinting-dot-printingsystem-7ea51cd9.md

latest2.0 KB
Original Source

PrintingSystem.PreviewRibbonFormEx Property

Gets the Ribbon form used to display the document preview.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Browsable(false)]
public virtual PrintPreviewRibbonFormEx PreviewRibbonFormEx { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property PreviewRibbonFormEx As PrintPreviewRibbonFormEx

Property Value

TypeDescription
PrintPreviewRibbonFormEx

A PrintPreviewRibbonFormEx object which represents the current preview form.

|

Remarks

Use the PreviewRibbonFormEx property to access the Ribbon Print Preview Form used to preview the document created by this PrintingSystem.

The standard appearance of the Ribbon Print Preview Form is shown in the image below.

See Also

Document Viewer

Document Viewer Toolbars

PrintingSystem Class

PrintingSystem Members

DevExpress.XtraPrinting Namespace