Printing style.

C# | Visual Basic | Managed C++ |
public enum PrintingStyle
Public Enumeration PrintingStyle
public enum class PrintingStyle

Member | Description |
---|---|
Native |
The object's contents are printed using the ToString method inherited from System.Object.
|
Compact |
The objects's contents are printed as a single-line compact text string.
|
Expanded |
The objects's contents are printed as a multi-line indented block of text.
|