Leadtools.Workflow.Raster Namespace > GetImageInfoActivity Class : UpdateCodecsOptions Event |
[CategoryAttribute("Handlers")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [MyDescriptionAttribute("The UpdateCodecsOptions event is raised right before the activity executes to enable the client to set the appropriate RasterCodecs options.")] public event EventHandler<UpdateCodecsOptionsEventArgs> UpdateCodecsOptions
'Declaration <CategoryAttribute("Handlers")> <BrowsableAttribute(True)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <MyDescriptionAttribute("The UpdateCodecsOptions event is raised right before the activity executes to enable the client to set the appropriate RasterCodecs options.")> Public Event UpdateCodecsOptions As EventHandler(Of UpdateCodecsOptionsEventArgs)
'Usage Dim instance As GetImageInfoActivity Dim handler As EventHandler(Of UpdateCodecsOptionsEventArgs) AddHandler instance.UpdateCodecsOptions, handler
[CategoryAttribute("Handlers")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [MyDescriptionAttribute("The UpdateCodecsOptions event is raised right before the activity executes to enable the client to set the appropriate RasterCodecs options.")] public event EventHandler<UpdateCodecsOptionsEventArgs> UpdateCodecsOptions
add_UpdateCodecsOptions(function(sender, e)) remove_UpdateCodecsOptions(function(sender, e))
[CategoryAttribute("Handlers")] [BrowsableAttribute(true)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [MyDescriptionAttribute("The UpdateCodecsOptions event is raised right before the activity executes to enable the client to set the appropriate RasterCodecs options.")] 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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2