Class ImageEnumerable
Inheritance
System.Object
ImageEnumerable
Namespace: PdfToSvg
Assembly: IronPdf.dll
Syntax
public class ImageEnumerable : Object
Methods
GetEnumerator()
Declaration
public IEnumerator<Image> GetEnumerator()
Returns
Type | Description |
---|---|
System. |
ToListAsync(CancellationToken)
Declaration
public Task<List<Image>> ToListAsync(CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
cancellationToken |
Returns
Type | Description |
---|---|
System. |
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable