The user-defined data associated with this document.
public object UserData {get; set;}
Public Property UserData() As Object
Get
Set
public:
property Object^ UserData
{
Object^ get()
void set(Object^ value)
}
public Object getUserData()
public void setUserData(Object value)
Any object that can be used as the user-defined data associated with this document. Default value is null.
UserData is not used by the LEADDocument but by the user to associate an external resource with the LEADDocument.
If LEADDocument uses the cache, then UserData will be saved and re-loaded from the cache as well. This is performed using the value set DataSerializationMode. So for primitives values, nothing more needs to be done. If UserData was set to a complex user-defined object, then the class must contain the necessary attributes or implement the necessary interfaces used with the current serialization mode. Refer to CacheSerializationMode for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document