Returns the default printer name for the assembly.

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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property DefaultPrinterName As String
C#
public static string DefaultPrinterName { get; }
Visual C++
public:
static property String^ DefaultPrinterName {
	String^ get ();
}
JavaScript
bioPDF.PdfWriter.PdfUtil.get_defaultPrinterName = function();

See Also