Accusoft.ThumbnailXpress6.Net
CreateThumbnailItem Method




A string value which represents the file containing the thumbnail.
An integer value which represents the page in the image file for the current thumbnail.
A ThumbnailType which represents the type of thumbnail. If a parent or sub directory is specified, the PageNumber parameter is ignored and the Filename parameter should contain the directory path.
Creates a thumbnail and adds it to the collection of thumbnail items.
Syntax
'Declaration
 
Public Function CreateThumbnailItem( _
   ByVal filename As String, _
   ByVal pageNumber As Integer, _
   ByVal type As ThumbnailType _
) As ThumbnailItem
'Usage
 
Dim instance As ThumbnailXpress
Dim filename As String
Dim pageNumber As Integer
Dim type As ThumbnailType
Dim value As ThumbnailItem
 
value = instance.CreateThumbnailItem(filename, pageNumber, type)
public ThumbnailItem CreateThumbnailItem( 
   string filename,
   int pageNumber,
   ThumbnailType type
)
public: ThumbnailItem* CreateThumbnailItem( 
   string* filename,
   int pageNumber,
   ThumbnailType type
) 
public:
ThumbnailItem^ CreateThumbnailItem( 
   String^ filename,
   int pageNumber,
   ThumbnailType type
) 

Parameters

filename
A string value which represents the file containing the thumbnail.
pageNumber
An integer value which represents the page in the image file for the current thumbnail.
type
A ThumbnailType which represents the type of thumbnail. If a parent or sub directory is specified, the PageNumber parameter is ignored and the Filename parameter should contain the directory path.

Return Value

The created thumbnail item.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback