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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
Constructors
InputPdfPageListEnumerator(InputPdfPageList) | Initializes a new instance of the InputPdfPageListEnumerator class. |
Properties
Current | Gets the current element in the collection. |
CurrentIEnumeratorNonGeneric | Gets 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) |