←Select platform

InputDocumentUserToken Property

Summary

User token associated with the input document.

Syntax
C#
C++/CLI
Python
public string InputDocumentUserToken { get; set; } 
public:  
   property String^ InputDocumentUserToken 
   { 
      String^ get() 
      void set(String^ value) 
   } 
InputDocumentUserToken # get and set (StatusJobData) 

Property Value

The user token associated with the input document. The default value is null.

Remarks

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

This value is used if InputDocumentId is not null and it references a document in the cache that was stored with a user token. Eventually, the converter will call DocumentFactory.LoadFromCache to load the document. If a value is passed into UserToken, it will be set in the LoadFromCacheOptions.UserToken instance passed to that method.

Requirements

Target Platforms

Help Version 22.0.2023.5.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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