Click or drag to resize
SignDocDocumentLoadergetRemainingDays Method
Get the number of days until the license will expire

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public static int getRemainingDays(
	RemainingDays what
)

Parameters

what
Type: de.softpro.signdocsdk.Enums.EDocumentLoaderRemainingDays
Select which expiry date shall be used (rd_product or rd_signing).

Return Value

Type: Int32
-1 if the license has already expired or is invalid, 0 if the license will expire today, a positive value for the number of days the license is still valid. For licenses without expiry date, that will be several millions of days.
See Also