Class ImageExportingEventArgs
Provides additional data for the ImageExporting event.
Inheritance
System.Object
ImageExportingEventArgs
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ImageExportingEventArgs : EventArgs
Constructors
ImageExportingEventArgs(ImageInline)
Initializes a new instance of the ImageExportingEventArgs class.
Declaration
public ImageExportingEventArgs(ImageInline image)
Parameters
ImageInline
image
The image. |
Properties
Alt
Gets or sets the alternate text for the image.
Declaration
public string Alt { get; set; }
Property Value
System.String
The alternate text. |
Image
Src
Gets or sets the source for the image.
Declaration
public string Src { get; set; }
Property Value
System.String
The source. |
Title
Gets or sets the image title.
Declaration
public string Title { get; set; }
Property Value
System.String
The title. |
Extension Methods
See Also
System.EventArgs