Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LEADResourceDirectory Enumeration








Specifies the LEADTOOLS resource directory.
Syntax
'Declaration
 
Public Enum LEADResourceDirectory 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As LEADResourceDirectory
public enum LEADResourceDirectory : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTLEADResourceDirectory)
public enum LEADResourceDirectory
Leadtools.LEADResourceDirectory = function() { };
Leadtools.LEADResourceDirectory.prototype = {<br/>
  Libraries = 0,
	Fonts = 1,
	
 };
public enum class LEADResourceDirectory : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0LibrariesIndicates the directory for the LEADTOOLS runtime libraries.
1FontsIndicates the directory for font files to be used by LEADTOOLS.
Remarks

Some LEADTOOLS classes will use a common resource directory at runtime. Use SetResourceDirectory to set the path to the desired resource directory.

Example
For an example, refer to RasterDefaults.SetResourceDirectory.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.LEADResourceDirectory

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file