servicePath Property

Summary

The path from the host to the application root.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentFactory.prototype, 'servicePath', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
static servicePath: string; 

Property Value

The path from the host to the application root. Default value is null.

Remarks

Refer to Document Viewer Application for more information.

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.Documents Assembly