PageSetupFormControllerParameters(IRichEditControl, PageSetupInfo) Constructor
In This Article
Initializes a new instance of the PageSetupFormControllerParameters class with the specified settings.
Namespace: DevExpress.XtraRichEdit.Forms
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public PageSetupFormControllerParameters(
IRichEditControl control,
PageSetupInfo pageSetupInfo
)
#Parameters
Name | Type | Description |
---|---|---|
control | IRich |
A Rich Edit control. |
page |
DevExpress. |
A DevExpress. |
See Also