ChangeSectionPaperKindCommand(IRichEditControl, DXPaperKind) Constructor
Initializes a new instance of the ChangeSectionPaperKindCommand class with specified settings.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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