New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the ImageExportingEventArgs class.

C#
public ImageExportingEventArgs(ImageInline image)
Parameters:imageImageInline

The image.

Properties

Gets or sets the alternate text for the image.

C#
public string Alt { get; set; }
Property Value:

The alternate text.

Gets the image.

C#
public ImageInline Image { get; }
Property Value:

The image.

Gets or sets the source for the image.

C#
public string Src { get; set; }
Property Value:

The source.

Gets or sets the image title.

C#
public string Title { get; set; }
Property Value:

The title.