Click or drag to resize

IMcImageTitle Property

Get the "Title" property of the image.

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

Property Value

Type: String
Remarks
This property is a built-in property usually read from a TIFF image. On assigment an OnPropertyChanged(ID_IMcImage_Title) event is fired.
See Also