customData Property

Summary

Dictionary of user-custom data to associate with this page.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentPage.prototype, 'customData', 
   get: function(), 
   set: function(value) 
) 
customData: { 
   [key: string]: any; 
}; 

Property Value

Dictionary of user-custom data to associate with this page.

Remarks

This value is not saved into the cache and modifying it does not check if the document is read-only. An application can store any custom value in this collection to associate it with this page.

Requirements

Target Platforms

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

Leadtools.Document Assembly