Available in the LEADTOOLS Imaging toolkit. |
StringItemValue example for Visual Basic
Dim RasterVariant As New LEADRasterVariant_U
RasterVariant.Type = VALUE_ARRAY_STRING
RasterVariant.ItemCount = 2
RasterVariant.StringItemValue(0) = "My 1st String"
RasterVariant.StringItemValue(1) = "My 2nd String"