PdfContentElement Class
Represents a base class for a PDF content element.
- Inheritance:
- System.ObjectPdfContentElement
- Derived
Properties
Collection
Gets the PdfContentElementCollection that the PdfContentElement belongs to.
public PdfContentElementCollection Collection { get; }
Public ReadOnly Property Collection As PdfContentElementCollection
Property Value
A reference to the PdfContentElementCollection that the PdfContentElement belongs to, or null if the PdfContentElement is not contained in any PdfContentElementCollection.
ElementType
Gets the type of the PDF content element.
public abstract PdfContentElementType ElementType { get; }
Public MustOverride ReadOnly Property ElementType As PdfContentElementType
Property Value
The type of the PDF content element.
Next
Gets the next PdfContentElement in the Collection.
Property Value
A reference to the next PdfContentElement in the Collection, or null if the current PdfContentElement is the last element (Last) of the Collection.
Previous
Gets the previous PdfContentElement in the Collection.
public PdfContentElement Previous { get; }
Public ReadOnly Property Previous As PdfContentElement
Property Value
A reference to the previous PdfContentElement in the Collection, or null if the current PdfContentElement is the first element (First) of the Collection.