Skip to main content
All docs
V23.2

ChangeSectionPaperKindCommand(IRichEditControl, DXPaperKind) Constructor

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

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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