Table of Contents

DocumentFormatSupport Enum

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Defines the document format support for loading or saving.

public enum DocumentFormatSupport

Fields

Name Value Description
None 0

The document format should be not supported for any.

Load 1

The document format should be supported for loading.

Save 2

The document format should be supported for saving.

Both 3

The document format should be supported for both loading and saving.

Either 4

The document format should be supported for either loading and saving.