Leadtools.Workflow.Raster Namespace > LoadImageActivity Class : UpdateCodecsOptions Event |
public event EventHandler<UpdateCodecsOptionsEventArgs> UpdateCodecsOptions
'Declaration Public Event UpdateCodecsOptions As EventHandler(Of UpdateCodecsOptionsEventArgs)
'Usage Dim instance As LoadImageActivity Dim handler As EventHandler(Of UpdateCodecsOptionsEventArgs) AddHandler instance.UpdateCodecsOptions, handler
public: event EventHandler<UpdateCodecsOptionsEventArgs^>^ UpdateCodecsOptions
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. |