| 
       << Click to display table of contents >> TRVPrint.FixMarginsMode | 
    
Specifies how to work with too small Margins (less than the printer supports).
type
TRVFixMarginsMode = (rvfmmAutoCorrect, rvfmmIgnore);
property FixMarginsMode: TRVFixMarginsMode;
(introduced in version 10)
Mode  | 
Meaning  | 
|---|---|
rvfmmAutoCorrect  | 
Minimal supported margins are used (if the left and/or the top margin were too small, the output is moved to the right and/or down)  | 
rvfmmIgnore  | 
The specified values of margins are used (document may be cropped)  | 
Default value:
rvfmmAutoCorrect