The Printer Name.
[Visual Basic 6.0] Property PrinterName As String
[Visual Basic .NET] Public Property PrinterName As String
[C#] public string PrinterName {get; set;}
[Java] public String getPrinterName() throws IOException, AutomationException
[Java] public void setPrinterName( String PrinterName ) throws IOException, AutomationException
[C++]
HRESULT get_PrinterName(
BSTR* PrinterName
);
[C++] HRESULT put_PrinterName( BSTR PrinterName);
Parameters
PrinterName [out, retval]
PrinterName is a parameter of type BSTR
PrinterName [in]
PrinterName is a parameter of type BSTR