←Select platform

GetResourceDirectory Method

Summary
Gets the path for the specified LEADTOOLS resource directory.
Syntax
C#
C++/CLI
Java
Python
public static string GetResourceDirectory( 
   LEADResourceDirectory resource 
) 
public static java.lang.String getResourceDirectory( 
   LEADResourceDirectory resource 
); 
public void setResourceDirectory( 
   LEADResourceDirectory lEADResourceDirectory, 
   java.lang.String string 
); 
public: 
static String^ GetResourceDirectory(  
   LEADResourceDirectory resource 
)  
def GetResourceDirectory(self,resource): 

Parameters

resource
The LEADTOOLS resource directory to get.

Return Value

The path for the specified LEADTOOLS resource directory.

Remarks

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

Refer to LEADTOOLS Drawing Engine and Multi-Platform Consideration for more information on shadow font usage.

Example
C#
using Leadtools; 
using Leadtools.Codecs; 
 
 
private void RasterDefaultsSetResourceDirectoryExample() 
{ 
	// Set the Fonts Resource folder 
	RasterDefaults.SetResourceDirectory(LEADResourceDirectory.Fonts, @"SomeCommonFontsFolder"); 
} 
Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.