LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
UpdateCodecsOptions Event
See Also 
Leadtools.Workflow.Raster Namespace > SaveImageActivity Class : UpdateCodecsOptions Event



The UpdateCodecsOptions Event is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets called just before the saved file is loaded to enable the client to set the appropriate saving options.

Syntax

Visual Basic (Declaration) 
Public Event UpdateCodecsOptions As EventHandler(Of UpdateCodecsOptionsEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As SaveImageActivity
Dim handler As EventHandler(Of UpdateCodecsOptionsEventArgs)
 
AddHandler instance.UpdateCodecsOptions, handler
C# 
public event EventHandler<UpdateCodecsOptionsEventArgs> UpdateCodecsOptions
C++/CLI 
public:
event EventHandler<UpdateCodecsOptionsEventArgs^>^ UpdateCodecsOptions

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.

PropertyDescription
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

The callback receives an object that contains the RasterCodecs object used for file access.

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

Leadtools.Workflow.Raster requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features