|
This is a type of TRichView.DocParameters. It contains document's and page properties that can be written to or read from RVF (RichView Format) and RTF (Rich Text Format). The components do not use these properties, but they can be assigned to TRVPrint using the method AssignDocParameters.
Unit RVDocParams.
Syntax
TRVDocParameters = class(TPersistent)
(introduced in version 10)
Properties
This class has the following properties:
| ▪ | Units – measurement units for margins, paper size, header and footer positions; |
| ▪ | MirrorMargins allow to exchange left and right margins on even pages; |
Methods
This class has the following methods:
| ▪ | Reset resets all properties to default values; |
|