ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPThumbnail Class / ImGearXMPThumbnail Constructor / ImGearXMPThumbnail Constructor(ImGearPage)
ImGearPage object.




In This Topic
ImGearXMPThumbnail Constructor(ImGearPage)
In This Topic
Initializes a new instance of the ImGearXMPThumbnail class.
Syntax
'Declaration
 
Public Function New( _
   ByVal page As ImGearPage _
)
 
'Usage
 
Dim page As ImGearPage
 
Dim instance As New ImGearXMPThumbnail(page)

Parameters

page
ImGearPage object.

Return Value

New instance of the ImGearXMPThumbnail class object.
Remarks
This constructor creates and initializes an instance of ImGearXMPThumbnail class by using an ImageGear.Core.ImGearPage class object.
See Also