Table of Contents

DocumentFormatInfo Class

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Provides information about a document format.

public class DocumentFormatInfo
Inheritance
DocumentFormatInfo

Properties

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.

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.

ToString()

Returns the same value as Description property.