ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEClip Class / ElementCount Property




In This Topic
    ElementCount Property (ImGearPDEClip)
    In This Topic
    Gets the number of top-level elements in a clip object.
    Syntax
    'Declaration
     
    Public ReadOnly Property ElementCount As Integer
    'Usage
     
    Dim instance As ImGearPDEClip
    Dim value As Integer
     
    value = instance.ElementCount
    public int ElementCount {get;}
    public: __property int get_ElementCount();
    public:
    property int ElementCount {
       int get();
    }

    Property Value

    Integer value.
    Remarks
    Top-level elements may be a path or char-path, a marked content container or place, or a group. Paths are represented as PDE Path objects; char-paths are represented as PDE Text objects. If clip contains PDE Groups, this counts the top-level PDE Path, PDE Text, PDE Container, PDE Group, or PDE Place object. Use Enumerate to see only the PDE Path and PDE Text objects.
    See Also