Documentation for a minimal subset of the QSM API
PrintableAttribute Constructor (name, style)
Namespaces > QS.Fx.Printing > PrintableAttribute > PrintableAttributeNew(String, PrintingStyle)
Marks the class or member as printable, with the explicitly specified name and printing style.
Syntax
C#Visual BasicManaged C++
public PrintableAttribute (
	string name,
	PrintingStyle style
)
Public Sub New ( _
	name As String, _
	style As PrintingStyle _
)
public:
PrintableAttribute (
	String^ name, 
	PrintingStyle style
)
Parameters
name (String)
The display name.
style (PrintingStyle)
The printing style to use.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0