Accusoft.Forms1 - Updated
Licensing Property (FormDirector)



Accusoft.FormDirectorSdk Namespace > FormDirector Class : Licensing Property
Provides access to an object you can use to provide licensing information to the toolkit.
Syntax
Public ReadOnly Property Licensing As Licensing
Dim instance As FormDirector
Dim value As Licensing
 
value = instance.Licensing
public Licensing Licensing {get;}
public:
property Licensing^ Licensing {
   Licensing^ get();
}
Remarks
This property holds a reference to a Licensing object. You can use that object to send your licensing information to the toolkit.
See Also

Reference

FormDirector Class
FormDirector Members