Skip to main content
A newer version of this page is available. .

Size Class

Contains height and width settings.

Declaration

export class Size

Remarks

richEdit.document.sections.getByIndex(0).pageSize = new DevExpress.RichEdit.Size(8500,8500);

Properties

height Property

Specifies the height of an element.

Declaration

height: number

Property Value

Type Description
number

The height value.

width Property

Specifies the width of an element.

Declaration

width: number

Property Value

Type Description
number

The width value.