'Declaration Public Function New( _ ByVal name As String, _ ByVal imageType As ImageType, _ ByVal sourceArray() As Byte _ )
'Usage Dim name As String Dim imageType As ImageType Dim sourceArray() As Byte Dim instance As New ExcelImage(name, imageType, sourceArray)
Parameters
- name
- The name.
- imageType
- Type of the image.
- sourceArray
- The source array.