IFileList Interface
IFileList interface
Represent the interface for list of files.
public interface IFileList : IEnumerable<IFile>
Properties
Name | Description |
---|---|
Item { get; } | Returns the indexth file in the list. |
Length { get; } | Return length for list of files. |
See Also
- interface IFile
- namespace Aspose.Svg.IO
- assembly Aspose.SVG