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.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
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