ImageGear .NET
CustomData Property (ImGearARTFormsCreateMarkData)




Gets or sets custom data.
Syntax
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);
}
'Declaration
 
Public Property CustomData As Object
 
'Usage
 
Dim instance As ImGearARTFormsCreateMarkData
Dim value As Object
 
instance.CustomData = value
 
value = instance.CustomData

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback