InputPdfPageListEnumerator

Represents the Enumerator for the list of pdf pages to be added to the print job.

public class InputPdfPageListEnumerator : IDisposable, IEnumerator, IEnumerator<InputPdfPage>
Public Class InputPdfPageListEnumerator
    Implements IDisposable, IEnumerator, IEnumerator(Of InputPdfPage)

Inheritance: ObjectInputPdfPageListEnumerator

Implements: IDisposable, IEnumerator, IEnumerator<InputPdfPage>

Licensing Info

This class is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

Constructors

InputPdfPageListEnumerator(InputPdfPageList)Initializes a new instance of the InputPdfPageListEnumerator class.

Properties

CurrentGets the current element in the collection.
CurrentIEnumeratorNonGenericGets the current element in the collection as object.

Methods

Dispose()Clean up any resources being used.
Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
MoveNext()Advances the enumerator to the next element of the collection.
Reset()Sets the enumerator to its initial position, which is before the first element in the collection.
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.Printing

In this topic