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




In This Topic
    ElementCount Property (ImGearPDEContent)
    In This Topic
    Gets a number of elements in the ImGearPDEContent.
    Syntax
    'Declaration
     
    Public ReadOnly Property ElementCount As Integer
    'Usage
     
    Dim instance As ImGearPDEContent
    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.
    See Also