[]
        
(Showing Draft Content)

C1.C1Preview.ThreeStateEnum

ThreeStateEnum Enum

Defines a value which can be in one of three states: undefined, true or false.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public enum ThreeStateEnum

Fields

Name Description
False

The value is false.

True

The value is true.

Undefined

The value is undefined.