DocumentFormatGroupInfo Class

Provides information about a document format group.

Definition

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

Properties

DescriptionGets the user-friendly description of this document format group.
FormatsGets all file formats for this document format group.
ValueGets the corresponding DocumentFormatGroup enumeration value.

Methods

Enumerate(DocumentFormatSupport, DocumentEngine)Enumerates supported file format groups for document loading or saving.
Enumerate(DocumentFormatSupport, DocumentEngineFilter)Enumerates supported file format groups for document loading or saving.
EnumerateFormats(DocumentFormatSupport, DocumentEngine)Enumerates supported document formats of this group for loading or saving.
EnumerateFormats(DocumentFormatSupport, DocumentEngineFilter)Enumerates supported document formats of this group for loading or saving.
GetGets the document format group info corresponding to the specified DocumentFormatGroup enumeration value.
ToStringReturns the same value as Description property.
(Overrides ObjectToString)

See Also