←Select platform

UserData Property

Summary
Gets or sets the user-defined data for this AnnAutomationObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual object UserData { get; set; } 
@property (nonatomic, strong, nullable) NSObject *userData; 
public Object getUserData(); 
public void setUserData(Object value); 
public:  
   virtual property Object^ UserData 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 
UserData # get and set (AnnAutomationObject) 

Property Value

The user-defined data for this AnnAutomationObject. The default value is null.

Remarks

The automation will not use the value of this property. However, helper classes in the demo can assign a context menu or a toolbar button image in this property.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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