←Select platform

CustomData Property

Summary

User-defined custom data associated with this page.

Syntax
C#
C++/CLI
Python
public IDictionary<string, object> CustomData { get; } 
public:  
   property IDictionary<String^, Object^>^ CustomData 
   { 
      IDictionary<String^, Object^>^ get() 
   } 
CustomData # get  (DocumentPage) 

Property Value

Dictionary of key/value string pairs containing any custom value to be associated with this page.

Remarks

CustomData of a page is not saved into the cache. It is meant to hold user-defined data while the document is loaded. For instance, the LEADTOOLS Document Viewer uses this value to temporary hold the modified annotations of a page.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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