Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
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
The IContentElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Boundary |
Gets the boundary.
|
![]() | ElementType |
Gets the model type.
|
Methods
Name | Description | |
---|---|---|
![]() | AddContent(ClippedContent, Boolean) |
Adds the ClippedContent before of after the content element.
|
![]() | AddContent(TextObject, Boolean) |
Adds the TextObject before of after the content element.
|
![]() | Move |
Moves the element using specified offsets.
|
![]() | Remove |
Removes element from the content.
|
![]() | Scale |
Scales the element using specified scales
|
![]() | Transform |
Transforms the content element using specified transformation matrix.
|
See Also