Class
ImageExportingEventArgs

Provides data for the ImageExporting event.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Xaml

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ImageExportingEventArgs : EventArgs

Inheritance: objectEventArgsImageExportingEventArgs

Inherited Members EventArgs.Empty

Constructors

ImageExportingEventArgs(ImageInline)

Declaration

cs-api-definition
public ImageExportingEventArgs(ImageInline image)

Parameters

image

ImageInline

Properties

Image

Provides data for the ImageExporting event, which is triggered when an image is being exported.

Declaration

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

Property Value

ImageInline

XamlContent

Represents the event arguments for the image exporting event, containing the XAML content to be exported.

Declaration

cs-api-definition
public string XamlContent { set; }

Property Value

string