| 
       << Click to display table of contents >> TSRichViewEdit.FixMarginsMode | 
    
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.
Mode  | 
Meaning  | 
srvfmmAutoCorrect  | 
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)  | 
srvfmmIgnore  | 
The specified values of margins are used (document may be cropped)  | 
Default value:
srvfmmAutoCorrect
See also