ContentElementBase Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an abstract
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ContentElementsContentElementBase
    Apitron.PDF.Kit.FixedLayout.ContentElementsDrawingContentElement
    Apitron.PDF.Kit.FixedLayout.ContentElementsFormContentElement
    Apitron.PDF.Kit.FixedLayout.ContentElementsImageContentElement
    Apitron.PDF.Kit.FixedLayout.ContentElementsShadingContentElement
    Apitron.PDF.Kit.FixedLayout.ContentElementsTextContentElement

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 abstract class ContentElementBase : IContentElement

The ContentElementBase type exposes the following members.

Properties

  NameDescription
Public propertyBoundary
Gets the element's boundary.
Public propertyElementType
Gets the content elenent 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 content element using specified offsets.
Public methodRemove
Removes the content element.
Public methodScale
Scales the content element using specified scales.
Public methodTransform
Transforms the content element using specified transformation matrix.
Top
See Also

Reference