Class
ImageExportingEventArgs

Provides additional data for the ImageExporting event.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ImageExportingEventArgs : EventArgs

Inheritance: objectEventArgsImageExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

ImageExportingEventArgs(ImageInline)

Initializes a new instance of the ImageExportingEventArgs class.

Declaration

cs-api-definition
public ImageExportingEventArgs(ImageInline image)

Parameters

image

ImageInline

The image.

Properties

Alt

Gets or sets the alternate text for the image.

Declaration

cs-api-definition
public string Alt { get; set; }

Property Value

string

The alternate text.

Image

Gets the image.

Declaration

cs-api-definition
public ImageInline Image { get; }

Property Value

ImageInline

The image.

Src

Gets or sets the source for the image.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Src")]
public string Src { get; set; }

Property Value

string

The source.

Title

Gets or sets the image title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

The title.