New to Telerik Document ProcessingStart a free 30-day trial

Content element that applies explicit positioning and geometric transforms in fixed-document page coordinates; use to place, rotate, scale, or skew visuals precisely on a page.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Common

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public abstract class PositionContentElement : ContentElementBase, IFixedDocumentElement

Inheritance: objectFixedDocumentElementBaseContentElementBasePositionContentElement

Derived Classes: PathFormImageTextFragment

Implements: IFixedDocumentElement

Inherited Members ContentElementBase.ClippingFixedDocumentElementBase.Parent

Constructors

Initialize the element with deferred matrix-based positioning. The identity transformation is created on first access.

C#
public PositionContentElement()

Methods

Creates a cloned instance of this position content element.

C#
protected abstract T CreateClonedInstance<T>() where T : PositionContentElement
Returns:

T

The cloned instance of the position content element.

Properties

Gets or sets the position and transformation matrix that defines how this element is positioned and oriented on the page. This includes translation, rotation, scaling, and skewing transformations applied to the element.

C#
public IPosition Position { get; set; }
Property Value:

The position object containing transformation information for rendering this element.

Exceptions:

ArgumentNullException

Thrown when attempting to set a null value.