ImageGear .NET - Updated May 30, 2018
DocumentAppend Method (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : DocumentAppend Method
Document to be appended.
Title for new items.
Appends ImageGear document to the Thumbnail control.
Syntax
'Declaration
 
Sub DocumentAppend( _
   ByVal documentToAppend As ImGearDocument, _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim documentToAppend As ImGearDocument
Dim name As String
 
instance.DocumentAppend(documentToAppend, name)

Parameters

documentToAppend
Document to be appended.
name
Title for new items.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members