PrinterExe Property

Summary

Gets or sets the executable path of the application that will be launched by the printer.

Syntax
C#
VB
C++
public string PrinterExe { get; set; } 
  
Public Property PrinterExe As String 
public: 
property String^ PrinterExe { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The executable path of the application.

Remarks

When the printer receives a print job, it will first try to launch the executable specified by this property.

Example

Refer to Install example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly