ClassLoadImageFromUriEventArgs
Class
Raised when the HTML importer encounters an image URI, allowing custom retrieval of image data and extension.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Html
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class LoadImageFromUriEventArgs : EventArgs
Inheritance: objectEventArgsLoadImageFromUriEventArgs
Inherited Members
Properties
Methods
SetImageInfo(byte[], string)
Provides the image binary data and file extension to the importer for this URI.