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




In This Topic
    Remove Method (ImGearPDFDestination)
    In This Topic
    Removes a view destination object.
    Syntax
    'Declaration
     
    Public Sub Remove() 
    'Usage
     
    Dim instance As ImGearPDFDestination
     
    instance.Remove()
    public void Remove()
    public: void Remove(); 
    public:
    void Remove(); 
    Remarks
    Before deleting a view destination, ensure that no link or bookmark refers to it.
    See Also