Marks the class or member as printable, with the explicitly specified printing style.

C# | Visual Basic | Managed C++ |
public PrintableAttribute ( PrintingStyle style )
Public Sub New ( _ style As PrintingStyle _ )
public: PrintableAttribute ( PrintingStyle style )

- style (PrintingStyle)
- The printing style to use.