Back to Devexpress

PrintCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-5630f0f8.md

latest2.0 KB
Original Source

PrintCommand Class

Invokes the Print dialog to print the current document.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class PrintCommand :
    RichEditMenuItemSimpleCommand
vb
Public Class PrintCommand
    Inherits RichEditMenuItemSimpleCommand

Remarks

The PrintCommand displays the Windows printer dialog that allows you to send the current document to any printer installed in the system.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand PrintCommand

See Also

PrintCommand Members

PrintPreviewCommand

QuickPrintCommand

Keyboard Shortcuts in Rich Text Editor

DevExpress.XtraRichEdit.Commands Namespace