New to Telerik Document ProcessingStart a free 30-day trial

Inline element containing an image that flows with text; use for images positioned within paragraph text flow.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Shapes

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public sealed class ImageInline : ShapeInlineBase

Inheritance: objectDocumentElementBaseInlineBaseShapeInlineBaseImageInline

Inherited Members ShapeInlineBase.LinkInlineBase.ParagraphDocumentElementBase.EnumerateChildrenOfType<T>()DocumentElementBase.DocumentDocumentElementBase.Parent

Constructors

Creates a new inline image element associated with the specified document.

C#
public ImageInline(RadFlowDocument document)
Parameters:documentRadFlowDocument

The document.

Methods

Creates a deep copy of this inline image element, associated with the current document.

C#
public ImageInline Clone()
Returns:

ImageInline

The cloned element.

Creates a deep copy of this inline image element, associated with the specified document.

C#
public ImageInline Clone(RadFlowDocument document)
Parameters:documentRadFlowDocument

The document to which the cloned element should be associated.

Returns:

ImageInline

The cloned element.

Properties

Gets the image element that defines the visual content, size, and transformation properties.

C#
public Image Image { get; }
Property Value:

The image.