DocumentFormatSupport Enumeration

Defines the document format support for loading or saving.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public enum DocumentFormatSupport

Members

NoneThe document format should be not supported for any.
LoadThe document format should be supported for loading.
SaveThe document format should be supported for saving.
BothThe document format should be supported for both loading and saving.
EitherThe document format should be supported for either loading and saving.

See Also