DocumentFormatInfo Class

Provides information about a document format.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public class DocumentFormatInfo
Inheritance
Object    DocumentFormatInfo

Properties

DefaultExtensionGets the default file extension for this document format.
DescriptionGets the user-friendly description of this document format.
ExtensionsGets all file extensions for this document format.
GroupGets the group of this document format.
ValueGets the corresponding DocumentFormat enumeration value.

Methods

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.
ToStringReturns the same value as Description property.
(Overrides ObjectToString)

See Also