GetThumbnail.3 |
Scroll |
Retrieves the thumbnail of a certain file within the document with a specified size.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetThumbnail ( pServer As TheServer, _ nStreamNo As Integer, _ nPixel As Integer _ ) As String C# public virtual string GetThumbnail ( TheServer pServer, int nStreamNo, int nPixel )
Parameters pServer A valid and connected TheServer Object.
nStreamNo The index of the file within the document for which to create the thumbnail.
nPixel The width of the thumbnail in pixels.
Return Value Path and filename of the thumbnail image. |