| Visual Basic (Declaration) | |
|---|---|
Public Property PrinterExe As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string PrinterExe {get; set;} | |
Return Value
The executable path of the application.Refer to Install example.
When the printer receives a print job, it will first try to launch the executable specified by this property.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code