ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPageEnumerator Class / MoveNext Method




In This Topic
    MoveNext Method (ImGearARTPageEnumerator)
    In This Topic
    Advances the enumerator to the next element of the collection.
    Syntax
    'Declaration
     
    Public Function MoveNext() As Boolean
    'Usage
     
    Dim instance As ImGearARTPageEnumerator
    Dim value As Boolean
     
    value = instance.MoveNext()
    public bool MoveNext()
    public: bool MoveNext(); 
    public:
    bool MoveNext(); 

    Return Value

    Boolean value.
    Remarks

    True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

    See Also