public class DocumentFormatInfo
Public Class DocumentFormatInfo
DefaultExtension | Gets the default file extension for this document format. |
Description | Gets the user-friendly description of this document format. |
Extensions | Gets all file extensions for this document format. |
Group | Gets the group of this document format. |
Value | Gets the corresponding DocumentFormat enumeration value. |
Enumerate(DocumentFormatSupport, DocumentEngine) | Enumerates supported document format infos for loading or saving. |
Enumerate(DocumentFormatSupport, DocumentEngineFilter) | Enumerates supported document format infos for loading or saving. |
EnumerateExtensions(DocumentFormatSupport, DocumentEngine) | Enumerates supported document file extensions for loading or saving. |
EnumerateExtensions(DocumentFormatSupport, DocumentEngineFilter) | Enumerates supported document file extensions for loading or saving. |
Get(DocumentFormat) | Gets the document format info corresponding to the specified DocumentFormat enumeration value. |
Get(String) | Gets the document format info by file name or path or extension. |
SupportedFor(DocumentFormatSupport, DocumentEngine) | Gets a value that indicates whether this format is supported for loading or saving with the specified document engine. |
SupportedFor(DocumentFormatSupport, DocumentEngineFilter) | Gets a value that indicates whether this format is supported for loading or saving with the specified document engine. |
ToString | Returns the same value as Description property. (Overrides ObjectToString) |