Click or drag to resize

IMcStreamComments Property

This is a shortcut to the Comments TIFF Tag, but it can also be used by other formats to retrieve extended comments out of an image file. If there are no Comments, an empty String will be returned.

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

Return Value

Type: String
Returns any textual comments found in an image file.
Remarks
Note Note
The McStream Comments property is used to set the McImage.Description property.
See Also