Accusoft.PrintPro8.Net
Licensing Property




Gets and sets access to an object you can use to provide licensing information to the component.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Licensing As Licensing
'Usage
 
Dim instance As PrintPro
Dim value As Licensing
 
value = instance.Licensing
[Browsable(false)]
public Licensing Licensing {get;}
[Browsable(false)]
public: __property Licensing* get_Licensing();
[Browsable(false)]
public:
property Licensing^ Licensing {
   Licensing^ get();
}

Property Value

The Licensing object which contains the component licensing information.
Remarks

This property holds a reference to a Licensing object. You can use that object to send your licensing information to the component.

Example

...

// Set the License EvaluationMode

pp.Licensing.EvaluationMode = Accusoft.PrintProSdk.EvaluationMode.Automatic;

...

See Also

Reference

PrintPro Class
PrintPro Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback