Provides additional data for the ImageExporting event.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Html
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ImageExportingEventArgs : EventArgs
Inheritance: objectEventArgsImageExportingEventArgs
Inherited Members
Constructors
Initializes a new instance of the ImageExportingEventArgs class.
Properties
Gets or sets the alternate text for the image.
C#
public string Alt { get; set; }
The alternate text.
Gets the image.
C#
public ImageInline Image { get; }
The image.
Gets or sets the source for the image.
C#
public string Src { get; set; }
The source.