The UpdateCodecsOptions Event is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets called just before the file is loaded to enable the client to set the appropriate loading options.
Syntax
Event Data
The event handler receives an argument of type UpdateCodecsOptionsEventArgs containing data related to this event. The following UpdateCodecsOptionsEventArgs properties provide information specific to this event.
Property | Description |
---|
RasterCodecsInstance | Gets the RasterCodecs object used for file access. You can change the properties of this object for more control over the load and save options. |
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also