Discuss this help topic in SecureBlackbox Forum

TElDropboxDataStorageObject.ThumbExists

TElDropboxDataStorageObject     See also     


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


Specifies if the file is an image for which a thumbnail can be created.

Declaration

[C#]
    bool ThumbExists;

[VB.NET]
    Property ThumbExists As Boolean

[Pascal]
    property ThumbExists : boolean;

[C++]
    bool get_ThumbExists();

[PHP]
    bool get_ThumbExists()

[Java]
    boolean getThumbExists();

Description

    This property returns True if the file is an image that can be converted to a thumbnail.

See also:     GetThumbnail    

Discuss this help topic in SecureBlackbox Forum