ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsPreviewData Class / Annotator Property




In This Topic
    Annotator Property (ImGearARTFormsPreviewData)
    In This Topic
    Gets the annotator object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Annotator As ImGearARTForms
    'Usage
     
    Dim instance As ImGearARTFormsPreviewData
    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