Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChangeSectionPaperKindCommand.PaperKind Property

Gets or sets the size of a piece of paper.

Namespace: DevExpress.XtraRichEdit.Commands

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public PaperKind PaperKind { get; set; }

Property Value

Type Description
PaperKind

A PaperKind enumeration value.

See Also