customData Property (original) (raw)
Summary
Dictionary of user-custom data to associate with this page.
Syntax
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.
Leadtools.Document Assembly