Home > Products > CSHTMLDiff Control > Documentation > User Guide
|
SetOutputPrefs
|
Previous Top Next |
|
|
| Change settings that affect the resulting output.
|
|
|
| Syntax
|
|
|
| Sub SetOutputPrefs(displayLineNum As Boolean, tabSize As Integer)
|
|
|
| Parameters
|
|
|
| displayLineNum
|
| if True, displays line numbers to the left of output lines.
|
| This option doesn't have any affect in HTML-Visual Analysis mode.
|
|
|
| tabSize
|
| Tab size, in characters.
|
| This option doesn't have any affect in HTML-Visual Analysis mode.
|
|
|
| Remarks
|
|
|
| Changes the appearance of the resulting output. The changed settings will take effect only after the next call to a Diff operation (such as DoDiff, DiffFiles etc.)
|
|
|
| See Also
|
|
|
| DoDiff, Saving settings between sessions, Diff Specification
|
|
|
|
|