Click or drag to resize

IMcStreamTitle Property

Returns the Title (if any) in the Image File as a BSTR.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Title As String
	Get

Return Value

Type: String
BSTR
Remarks
This is a shortcut to the Title TIFF Tag, but it can also be used for other formats to retrieve internal names of the image. If there is no Title, an empty BSTR will be returned.
See Also