Class DocumentFormatDescriptor
Describes a document format a reader or writer handles.
public sealed class DocumentFormatDescriptor
- Inheritance
-
DocumentFormatDescriptor
- Inherited Members
Constructors
- DocumentFormatDescriptor(string, string, string, params string[])
Initializes a descriptor.
Properties
- ContentType
Gets the MIME content type.
- DisplayName
Gets the human-readable format name.
- FileExtensions
Gets the normalized file extensions (lower-case, with leading dot).
- Name
Gets the stable format identifier, for example "docx".
Methods
- NormalizeExtension(string)
Normalizes an extension to lower-case invariant form with a leading dot.