Purpose
Checks an open file on the FirstClass server or an item in a container for an existing thumbnail image without loading the image.
Syntax
ServerFile.HasThumbnail
Example
Dim sf as ServerFile
sf.OpenFile("image.jpg")
If (sf.HasThumbNail) Then Debug "Yep, it has a thumbnail"
|