Click or drag to resize
Pdftools logo

SdkUsageTracking Property

Property denoting whether the usage tracking is enabled or disabled

The SDK is allowed to track usage when this property is set to . The collected data includes only non-sensitive information, such as the features used, the document type, the number of pages, etc.

The default is , i.e. usage tracking is enabled.


Namespace: PdfTools
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public static bool UsageTracking { get; set; }

Property Value

Boolean
See Also