←Select platform

RootDir Property

Summary

Gets or sets the root folder in which the LEADTOOLS printer version is installed.

Syntax

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

Property Value

The root folder.

Remarks

The value of this property is used in the installation. The default installation directory is in the "<LEADTOOLS_INSTALLDIR>\Bin\Common\PrinterDriver".

This folder should contain two sub-folders:

  • ..\Bin, which is contain executable files.
  • ..\Spool, which is used to store temporary files generated when printing.

All users of the printer must have access to the folder.

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