ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEClip Class / GetElement Method
Index of element to get from clip.




In This Topic
    GetElement Method (ImGearPDEClip)
    In This Topic
    Gets an element from a clip object.
    Syntax
    'Declaration
     
    Public Function GetElement( _
       ByVal index As Integer _
    ) As ImGearPDEElement
    'Usage
     
    Dim instance As ImGearPDEClip
    Dim index As Integer
    Dim value As ImGearPDEElement
     
    value = instance.GetElement(index)
    public ImGearPDEElement GetElement( 
       int index
    )
    public: ImGearPDEElement* GetElement( 
       int index
    ) 
    public:
    ImGearPDEElement^ GetElement( 
       int index
    ) 

    Parameters

    index
    Index of element to get from clip.

    Return Value

    The new instance of ImGearPDEElement class object.
    See Also