Documentation for a minimal subset of the QSM API
PrintingStyle Enumeration
Namespaces > QS.Fx.Printing > PrintingStyle
Printing style.
Syntax
C#Visual BasicManaged C++
public enum PrintingStyle
Public Enumeration PrintingStyle
public enum class PrintingStyle
Members
MemberDescription
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.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0