←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly