Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

ChangeSectionPaperKindCommand.FullPaperKindList Property

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

Namespace: DevExpress.XtraRichEdit.Commands

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public static IList<PaperKind> FullPaperKindList { get; }

Property Value

Type Description
IList<PaperKind>

A System.Collections.Generic.List<System.Drawing.Printing.PaperKind> object that is the generic list containing all available standard paper sizes.

Remarks

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

See Also