Discuss this help topic in SecureBlackbox Forum

TElPGPUserAttr.RemoveImage

TElPGPUserAttr     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Removes one of the images.

Declaration

[C#]
    bool RemoveImage(int Index);

[VB.NET]
    Function RemoveImage(ByVal Index As Integer) As Boolean

[Pascal]
    function RemoveImage(Index : integer) : boolean;

[C++]
    bool RemoveImage(int32_t Index);

[PHP]
    bool RemoveImage(integer $Index)

[Java]
    boolean removeImage(int Index);

Parameters

  • Index - index of the image to be deleted from the list.

Description

    Use this method when you want to delete one of the images.

See also:     AddImage     ImageCount     Images    

Discuss this help topic in SecureBlackbox Forum