SVGBuilderExtensions.OnSeeked
SVGBuilderExtensions.OnSeeked<TBuilder> method
Sets the ‘onseeked’ event attribute for handling events when a seek operation on media is completed.
public static TBuilder OnSeeked<TBuilder>(this TBuilder builder, string value)
where TBuilder : ISVGElementBuilder, IGlobalEventAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The JavaScript function or script to execute when the seek operation is completed. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface IGlobalEventAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG