Property Extensions
Extensions
Gets the file extensions associated with this file format (including the leading dot, e.g., ".jpg").
Declaration
public abstract IReadOnlyList<string> Extensions { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |