Class
ImageExportingEventArgs

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 EventArgs.Empty

Constructors

ImageExportingEventArgs(byte[], string)

Initializes a new instance of the ImageExportingEventArgs class.

Declaration

cs-api-definition
public ImageExportingEventArgs(byte[] imageBytes, string extension)

Parameters

imageBytes

byte[]

The image bytes.

extension

string

The image extension.

Properties

Extension

Gets or sets the image extension.

Declaration

cs-api-definition
public string Extension { get; set; }

Property Value

string

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

bool

true if this instance is in compatibility group; otherwise, false.