GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfContentElement Class

    Namespace:
    GemBox.Pdf.Content
    Assembly:
    GemBox.Pdf.dll

    Represents a base class for a PDF content element.

    • C#
    • VB.NET
    public abstract class PdfContentElement
    Public MustInherit Class PdfContentElement
    Inheritance:
    System.Object
    PdfContentElement
    Derived
    PdfContentMark
    PdfVisualContentElement

    Properties

    Collection

    Gets the PdfContentElementCollection that the PdfContentElement belongs to.

    • C#
    • VB.NET
    public PdfContentElementCollection Collection { get; }
    Public ReadOnly Property Collection As PdfContentElementCollection
    Property Value
    PdfContentElementCollection

    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.

    • C#
    • VB.NET
    public abstract PdfContentElementType ElementType { get; }
    Public MustOverride ReadOnly Property ElementType As PdfContentElementType
    Property Value
    PdfContentElementType

    The type of the PDF content element.

    Next

    Gets the next PdfContentElement in the Collection.

    • C#
    • VB.NET
    public PdfContentElement Next { get; }
    Public ReadOnly Property Next As PdfContentElement
    Property Value
    PdfContentElement

    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.

    • C#
    • VB.NET
    public PdfContentElement Previous { get; }
    Public ReadOnly Property Previous As PdfContentElement
    Property Value
    PdfContentElement

    A reference to the previous PdfContentElement in the Collection, or null if the current PdfContentElement is the first element (First) of the Collection.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.