DocumentFormatGroupInfo Class
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Provides information about a document format group.
public class DocumentFormatGroupInfo
- Inheritance
-
DocumentFormatGroupInfo
Properties
| Description |
Gets the user-friendly description of this document format group. |
| Formats |
Gets all file formats for this document format group. |
| Value |
Gets 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. |
| Get(DocumentFormatGroup) |
Gets the document format group info corresponding to the specified DocumentFormatGroup enumeration value. |
| ToString() |
Returns the same value as Description property. |