Class ImageExportingEventArgs
Provides data for the ImageExporting event.
Inheritance
System.Object
ImageExportingEventArgs
Namespace: Telerik.Windows.Documents.FormatProviders.Xaml
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ImageExportingEventArgs : EventArgs
Constructors
ImageExportingEventArgs(ImageInline)
Properties
Image
Provides data for the ImageExporting event, which is triggered when an image is being exported.
Declaration
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
public string XamlContent { set; }
Property Value
System.String
|