1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Formats.Abstraction
  6. /
  7. IDocumentFormat

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