IContentElement Interface

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This interface represents an abstract model of the content element.

Namespace:  Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public interface IContentElement

The IContentElement type exposes the following members.

Properties

  NameDescription
Public propertyBoundary
Gets the boundary.
Public propertyElementType
Gets the model type.
Top
Methods

  NameDescription
Public methodAddContent(ClippedContent, Boolean)
Adds the ClippedContent before of after the content element.
Public methodAddContent(TextObject, Boolean)
Adds the TextObject before of after the content element.
Public methodMove
Moves the element using specified offsets.
Public methodRemove
Removes element from the content.
Public methodScale
Scales the element using specified scales
Public methodTransform
Transforms the content element using specified transformation matrix.
Top
See Also

Reference