Provides data for the ImageExporting event.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Xaml
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ImageExportingEventArgs : EventArgs
Inheritance: objectEventArgsImageExportingEventArgs
Inherited Members
Constructors
Properties
Provides data for the ImageExporting event, which is triggered when an image is being exported.
C#
public ImageInline Image { get; }
Represents the event arguments for the image exporting event, containing the XAML content to be exported.
C#
public string XamlContent { set; }