←Select platform

CustomData Property

Summary

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

Syntax

C#
VB
Java
C++
public IDictionary<string, object> CustomData { get; } 
Public ReadOnly Property CustomData() As System.Collections.Generic.IDictionary(Of String, Object) 
   Get 
public:  
   property System::Collections::Generic::IDictionary<String^, Object^>^ CustomData 
   { 
      System::Collections::Generic::IDictionary<String^, Object^>^ get() 
   } 
public Map<String, Object> getCustomData() 

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