Click or drag to resize

IMcImageProperties Property

Get pointer to image properties interface (McProperties).

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Properties As IMcProperties
	Get

Property Value

Type: IMcProperties
Remarks
McProperties gives access to a collection of image properties, including built-in properties and user defined properties. Clients should Release interface when done.
See Also