←Select platform

CustomData Property

Summary

User-defined custom data associated with this page.

Syntax
C#
VB
C++
public IDictionary<string, object> CustomData { get; } 
Public ReadOnly Property CustomData() As IDictionary(Of String, Object) 
   Get 
public:  
   property IDictionary<String^, Object^>^ CustomData 
   { 
      IDictionary<String^, Object^>^ get() 
   } 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly