TSRVPageProperty.PageFormat

<< Click to display table of contents >>

TSRVPageProperty.PageFormat

Specifies a page format (size).

property PageFormat: TSRVPageFormat;

Assigning to this property changes values of PageWidth and PageHeight properties as well (if the new value <> srvfmCustom). This change depends on Orientation property.

When this property is changed, OnPageFormatChanged occurs.

If this value is equal to srvfmCustom (user-defined paper format), page size is defined in PageWidth and PageHeight properties.

This property can be changed as an editing (undoable) operation, see TSRichViewEdit.SetIntPropertyEd.

Default value

srvfmA4

See also:

ConvertPageFormatToPageSize

ConvertPageSizeToPageFormat