IDocumentFormat
IDocumentFormat interface
Represents the root interface for all supporting document formats.
public interface IDocumentFormat : IEquatable<IDocumentFormat>
Properties
Name | Description |
---|---|
Extension { get; } | Gets the file extension of the document format. |
FormatFamily { get; } | Gets the format family to which the document format belongs. |
Mime { get; } | Gets the MIME type of the document format. |
Name { get; } | Gets the full formal name of the document format. |
See Also
- namespace GroupDocs.Editor.Formats.Abstraction
- assembly GroupDocs.Editor