Class
ImageInline

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:

cs-api-definition
public sealed class ImageInline : ShapeInlineBase

Inheritance: objectDocumentElementBaseInlineBaseShapeInlineBaseImageInline

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

Constructors

ImageInline(RadFlowDocument)

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

Declaration

cs-api-definition
public ImageInline(RadFlowDocument document)

Parameters

document

RadFlowDocument

The document.

Properties

Image

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

Declaration

cs-api-definition
public Image Image { get; }

Property Value

Image

The image.

Methods

Clone()

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

Declaration

cs-api-definition
public ImageInline Clone()

Returns

ImageInline

The cloned element.

Clone(RadFlowDocument)

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

Declaration

cs-api-definition
public ImageInline Clone(RadFlowDocument document)

Parameters

document

RadFlowDocument

The document to which the cloned element should be associated.

Returns

ImageInline

The cloned element.