ImageGear .NET - Updated
CustomData Property (ImGearARTFormsCreateMarkData)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsCreateMarkData Class : CustomData Property
Gets or sets custom data.
Syntax
'Declaration
 
Public Property CustomData As Object
'Usage
 
Dim instance As ImGearARTFormsCreateMarkData
Dim value As Object
 
instance.CustomData = value
 
value = instance.CustomData
public object CustomData {get; set;}
public: __property Object* get_CustomData();
public: __property void set_CustomData( 
   Object* value
);
public:
property Object^ CustomData {
   Object^ get();
   void set (    Object^ value);
}

Property Value

Object value.
Remarks
This property can be used to keep track of the state of the mark creation operation so that the current mark creation behavior can affect the behavior of the operation later.
See Also

Reference

ImGearARTFormsCreateMarkData Class
ImGearARTFormsCreateMarkData Members