Provides a type converter to convert printer objects to and from other representations.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public class PrinterConverter : StringConverter
Visual Basic
Public Class PrinterConverter
	Inherits StringConverter
Visual C++
public ref class PrinterConverter : public StringConverter
F#
type PrinterConverter =  
    class
        inherit StringConverter
    end

Inheritance Hierarchy

See Also