FdfFieldClrFlags Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a set of flags to be cleared (turned off) in the Flags entry of the form’s corresponding field dictionary. Bits equal to 1 in ClrFlags shall cause the corresponding bits in Flags to be set to 0. If a SetFlags entry is also present in the FDF field, it shall be applied before this entry. This entry shall be ignored if an Flags entry is present in the FDF field.

Namespace:  Apitron.PDF.Kit.Interactive.FormsData
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public FieldFlags ClrFlags { get; set; }

Property Value

Type: FieldFlags
The clear flags.
See Also

Reference