Back to Devexpress

ShowPagePaperSetupFormCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-cab4e4ef.md

latest2.5 KB
Original Source

ShowPagePaperSetupFormCommand Class

Invokes the Page Setup dialog at the Paper tab.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowPagePaperSetupFormCommand :
    ShowPageSetupFormCommandBase
vb
Public Class ShowPagePaperSetupFormCommand
    Inherits ShowPageSetupFormCommandBase

Remarks

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeSectionFormattingCommandBase<DevExpress.XtraRichEdit.Forms.PageSetupInfo> DevExpress.XtraRichEdit.Commands.ShowPageSetupFormCommandBase ShowPagePaperSetupFormCommand

See Also

ShowPagePaperSetupFormCommand Members

Page Setup Dialog in Rich Text Editor

ShowPageSetupFormCommand

ShowPageMarginsSetupFormCommand

DevExpress.XtraRichEdit.Commands Namespace