ImageGear .NET - Updated
Annotator Property (ImGearARTFormsCreateMarkData)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsCreateMarkData Class : Annotator Property
Gets the annotator object.
Syntax
'Declaration
 
Public ReadOnly Property Annotator As ImGearARTForms
'Usage
 
Dim instance As ImGearARTFormsCreateMarkData
Dim value As ImGearARTForms
 
value = instance.Annotator
public ImGearARTForms Annotator {get;}
public: __property ImGearARTForms* get_Annotator();
public:
property ImGearARTForms^ Annotator {
   ImGearARTForms^ get();
}

Property Value

ImGearARTForms object.
See Also

Reference

ImGearARTFormsCreateMarkData Class
ImGearARTFormsCreateMarkData Members
ImGearARTForms Class