GetThumbnail.2 |
Scroll |
Retrieves the thumbnail of the document with a specified size.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetThumbnail ( server As TheServer, _ pixel As Integer _ ) As String C# public virtual string GetThumbnail ( TheServer server, int pixel )
Parameters server A valid and connected TheServer Object.
pixel The width of the thumbnail in pixels.
Return Value Path and filename of the thumbnail image. |