Returns the default printer name for the assembly.
Namespace:
bioPDF.PdfWriter
Assembly:
bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property DefaultPrinterName As String |
C# |
---|
public string DefaultPrinterName { get; } |
Visual C++ |
---|
public:
virtual property String^ DefaultPrinterName {
String^ get () sealed;
} |
JavaScript |
---|
function get_defaultPrinterName();
|
See Also