TSRichViewEdit.FixMarginsMode |
Top Previous Next |
|
Specifies how to work with too small margins (less than the printer supports). type TSRVFixMarginsMode = (srvfmmAutoCorrect, srvfmmIgnore);
property FixMarginsMode : TSRVFixMarginsMode; This property is similar to TRVPrint's property of the same name.
Default value: srvfmmAutoCorrect See also |