Specify which printer name the current settnings applies to.

Namespace:  bioPDF.PdfWriter
Assembly:  bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)

Syntax

Visual Basic (Declaration)
Public Property PrinterName As String
C#
public string PrinterName { get; set; }
Visual C++
public:
property String^ PrinterName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_printerName();
function set_printerName(value);

Remarks

Many of the methods in this class requires that a valid printer name is set using this property.

See Also