DocumentFormatSupport Enumeration
Defines the document format support for loading or saving.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.8.0
public enum DocumentFormatSupport
Public Enumeration DocumentFormatSupport
| None | The document format should be not supported for any. |
| Load | The document format should be supported for loading. |
| Save | The document format should be supported for saving. |
| Both | The document format should be supported for both loading and saving. |
| Either | The document format should be supported for either loading and saving. |