Skip to main content
All docs
V25.1
  • ChangeSectionPaperKindCommand(IRichEditControl, DXPaperKind) Constructor

    Initializes a new instance of the ChangeSectionPaperKindCommand class with specified settings.

    Namespace: DevExpress.XtraRichEdit.Commands

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public ChangeSectionPaperKindCommand(
        IRichEditControl control,
        DXPaperKind paperKind
    )

    Parameters

    Name Type Description
    control IRichEditControl

    An object exposing the IRichEditControl interface that specifies the command owner.

    paperKind DXPaperKind

    An enumeration value that specifies the paper size of the section page.

    See Also