ClassImageExportingEventArgs
Class
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
Constructors
ImageExportingEventArgs(ImageInline)
Initializes a new instance of the ImageExportingEventArgs class.
Declaration
cs-api-definition
public ImageExportingEventArgs(ImageInline image)
Parameters
image
The image.
Properties
Alt
Gets or sets the alternate text for the image.
Declaration
cs-api-definition
public string Alt { get; set; }
Property Value
The alternate text.
Image
Gets the image.
Declaration
cs-api-definition
public ImageInline Image { get; }
Property Value
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
The source.