Gets information about the running application.
Namespace:
BitMiracle.Docotic
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public static string GetApplicationInfo()
VB
Public Shared Function GetApplicationInfo As String
Return Value
Type:
StringThe string containing the application properties.
Remarks
The information is needed to create an Application License key for the application.
This method reads the following information:
- The Company and Product attributes of the entry assembly.
- The Company and Product attributes of the calling assembly.
- The process name.
See Also