Discuss this help topic in SecureBlackbox Forum

TElPGPUserAttr.ImageCount

TElPGPUserAttr     See also     


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


Returns total number of images

Declaration

[C#]
    int ImageCount();

[VB.NET]
    Function ImageCount() As Integer

[Pascal]
    function ImageCount : integer;

[C++]
    int32_t ImageCount();

[PHP]
    integer ImageCount()

[Java]
    int imageCount();

Return value

    Total number of images.

Description

    Use this method to get total number of images.

See also:     AddImage     RemoveImage     Images    

Discuss this help topic in SecureBlackbox Forum