Click or drag to resize

PdfContentElement Class

Represents a base class for a PDF content element.
Inheritance Hierarchy

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public abstract class PdfContentElement

The PdfContentElement type exposes the following members.

Properties
 NameDescription
Public propertyCollection Gets the PdfContentElementCollection that the PdfContentElement belongs to.
Public propertyElementType Gets the type of the PDF content element.
Public propertyNext Gets the next PdfContentElement in the Collection.
Public propertyParent Gets the parent PdfContentGroup that the PdfContentElement belongs to.
Public propertyPrevious Gets the previous PdfContentElement in the Collection.
Top
See Also