Accusoft.PrintProSdk Namespace > PrintPro Class : Licensing Property |
'Declaration <BrowsableAttribute(False)> Public ReadOnly Property Licensing As Licensing
[BrowsableAttribute(false)] public Licensing Licensing {get;}
[BrowsableAttribute(false)] public: __property Licensing* get_Licensing();
[BrowsableAttribute(false)] public: property Licensing^ Licensing { Licensing^ get(); }
This property holds a reference to a Licensing object. You can use that object to send your licensing information to the component.
...
// Set the License EvaluationMode
pp.Licensing.EvaluationMode = Accusoft.PrintProSdk.EvaluationMode.Automatic;
...