customData Property

Summary

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

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly