Accusoft.PrintProSdk Namespace > PrintPro Class : Licensing Property |
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;
...