IDocumentFormat

IDocumentFormat interface

Root interface for all supporting document formats

public interface IDocumentFormat : IEquatable<IDocumentFormat>

Properties

Name Description
Extension { get; } In implementing type should return format file extension
Mime { get; } In implementing type should return a MIME-code for the given format
Name { get; } In implementing type should return full formal format name

See Also