←Select platform

HasUserToken Property

Summary

Indicates that this document has an associated user token.

Syntax
C#
VB
C++
public bool HasUserToken {get; set;} 
Public Property HasUserToken() As Boolean 
   Get 
   Set 
public:  
   property bool HasUserToken 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this document has an associated user token; otherwise, false. The default value is false.

Remarks

User tokens can optionally be used with a document to restrict usage. Refer to Loading Using LEADTOOLS Document Library for more information.

Example

For an example, refer to LoadDocumentOptions.UserToken.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.