ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / WidgetAnnotation Class / Remove Method




In This Topic
    Remove Method (WidgetAnnotation)
    In This Topic
    Removes the annotation from its current page, and deletes it from the attached field, if it exists.
    Syntax
    'Declaration
     
    Public Sub Remove() 
    'Usage
     
    Dim instance As WidgetAnnotation
     
    instance.Remove()
    public void Remove()
    public: void Remove(); 
    public:
    void Remove(); 
    See Also