Click or drag to resize
Pdftools logo

TextElement Class

Inheritance Hierarchy
SystemObject
  PdfTools.Toolbox.InternalNativeBase
    PdfTools.Toolbox.InternalNativeObject
      PdfTools.Toolbox.Pdf.ContentContentElement
        PdfTools.Toolbox.Pdf.ContentTextElement

Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.2.0+708f7116d933787a0712d56133e4c2c9bf21e5e3
Syntax
C#
public class TextElement : ContentElement

The TextElement type exposes the following members.

Properties
 NameDescription
Public propertyBoundingBox

The bounding box

This is a rectangle that encompasses all parts of an element.
(Inherited from ContentElement)
Public propertyOcm Defines the visibility of the content element depending on the optional content groups (OCGs).
(Inherited from ContentElement)
Public propertyText This text element's text object.
Public propertyTransform

The transform to be applied to the alignment rectangle

Use this transform matrix to compute the actual location of the element's alignment rectangle.
(Inherited from ContentElement)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also