Provides additional data for the ImageExporting event.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Rtf
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ImageExportingEventArgs : EventArgs
Inheritance: objectEventArgsImageExportingEventArgs
Inherited Members
Constructors
Initializes a new instance of the ImageExportingEventArgs class.
Properties
Gets or sets the image extension.
C#
public string Extension { get; set; }
The extension.
Gets or sets the image bytes.
C#
public byte[] ImageBytes { get; set; }
The image bytes.
Gets or sets a value indicating whether this instance should be exported in compatibility group. If this property is set to true, the image is wrapped in nonshppict RTF tag.
C#
public bool IsInCompatibilityGroup { get; set; }
true if this instance is in compatibility group; otherwise, false.