ImageGear .NET v24.12 - Updated
ImGearThumbnailItem Constructor(ImGearThumbnailCtl,ImGearLoadingSelection,String,Int32)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailItem Class > ImGearThumbnailItem Constructor : ImGearThumbnailItem Constructor(ImGearThumbnailCtl,ImGearLoadingSelection,String,Int32)
Reference to the parent ImGearThumbnailCtl object.
Reference to ImageGear.Windows.Forms.ImGearLoadingSelection object containing path and format of the original file.
Thumbnail item's title.
Page number.
Initializes a new instance of the ImGearThumbnailItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As ImGearThumbnailCtl, _
   ByVal loadingSelection As ImGearLoadingSelection, _
   ByVal title As String, _
   ByVal pageNumber As Integer _
)
'Usage
 
Dim parent As ImGearThumbnailCtl
Dim loadingSelection As ImGearLoadingSelection
Dim title As String
Dim pageNumber As Integer
 
Dim instance As New ImGearThumbnailItem(parent, loadingSelection, title, pageNumber)
public ImGearThumbnailItem( 
   ImGearThumbnailCtl parent,
   ImGearLoadingSelection loadingSelection,
   string title,
   int pageNumber
)
public: ImGearThumbnailItem( 
   ImGearThumbnailCtl* parent,
   ImGearLoadingSelection* loadingSelection,
   string* title,
   int pageNumber
)
public:
ImGearThumbnailItem( 
   ImGearThumbnailCtl^ parent,
   ImGearLoadingSelection^ loadingSelection,
   String^ title,
   int pageNumber
)

Parameters

parent
Reference to the parent ImGearThumbnailCtl object.
loadingSelection
Reference to ImageGear.Windows.Forms.ImGearLoadingSelection object containing path and format of the original file.
title
Thumbnail item's title.
pageNumber
Page number.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members
Overload List
ImGearThumbnailCtl Class
ImGearLoadingSelection Class