Skip to main content

ChangeSectionPaperKindCommand.FullPaperKindList Property

Gets a list of enumerations specifying all available standard paper sizes.

Namespace: DevExpress.XtraRichEdit.Commands

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

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

Declaration

public static IList<DXPaperKind> FullPaperKindList { get; }

Property Value

Type Description
IList<DXPaperKind>

A generic list that contains all available standard paper sizes.

Remarks

The FullPaperKindList method converts the PaperKind enumeration into a generic list.

See Also