Table of Contents

Property licval

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

licval

Get/Set a string value that can be used to set the license for page and drawing paths. This value can be requested by the library distributor. With out this value a message will be displayed in the drawing area.

public string licval { get; set; }

Property Value

string

Examples

function vdrawInitPageLoad() { 
    var vdcanvas = vdmanager.AttachCanvas('canvas', 640, 480);
    // the vdcanvas.licval is an array of strings, where each of them is a valid licval
    vdcanvas.licval = [
                    "=MyLICVAL-AQQGA2BgLAQGAsBwb", // my.webserver.net 
                    "ANOTHER-LICVAL-AAVA8GA0BwaAMHAlBAR", // www.webserver1.com/Drawings1
                    "===TESTLICVAL-AEEAWLAcHA3Bwd", // www.webserver2.org/Drawings2
                ];
    //.........
    //.........
}

Remarks

The HTML page and the drawing that customer opens, must be placed at the same folder or at a subfolder of the url that the licval has been produced. So in the event that the web page is initialized you need to add these licvals to the VDF canvas property named licval