| SignDocDocumentLoadergetLicenseText Method |
Get license text
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic static string getLicenseText(
int index
)
Public Shared Function getLicenseText (
index As Integer
) As String
public:
static String^ getLicenseText(
int index
)
static member getLicenseText :
index : int -> string
Parameters
- index
- Type: SystemInt32
index of license text
Return Value
Type:
StringLicense text
See Also