DIMcImageEvents_EventBeforeImportProperties Event

Fired by McImage.ImportProperties before doing the property import

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Event BeforeImportProperties As DIMcImageEvents_BeforeImportPropertiesEventHandler

Value

Type: MediaCy.IQL.EngineDIMcImageEvents_BeforeImportPropertiesEventHandler
Remarks
This event is designed to give clients an opportunity to control what properties are copied from a source to a destination image, when they do not have access to the ImportProperties call. This situation occurs infrequently, however as most image creation methods supply a Flags argument that can hold mcImportPropertiesFlags bits. Note that this event will not be fired if the ImportProperties method is called with an ImportFilter argument with the mcipfNoEvent flag set.
See Also