ClassImageExportingEventArgs
Class
Provides additional data for the ImageExporting event.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ImageExportingEventArgs : EventArgs
Inheritance: objectEventArgsImageExportingEventArgs
Inherited Members
Constructors
ImageExportingEventArgs(byte[], string)
Initializes a new instance of the ImageExportingEventArgs class.
Properties
Extension
Gets or sets the image extension.
Declaration
cs-api-definition
public string Extension { get; set; }
Property Value
The extension.
ImageBytes
Gets or sets the image bytes.
Declaration
cs-api-definition
public byte[] ImageBytes { get; set; }
Property Value
byte[]
The image bytes.
IsInCompatibilityGroup
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.
Declaration
cs-api-definition
public bool IsInCompatibilityGroup { get; set; }
Property Value
true if this instance is in compatibility group; otherwise, false.