FdfFieldSetFlags Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a set of flags to be set (turned on) in the Flags property of the form’s corresponding field. Bits equal to 1 in SetFlags shall cause the corresponding bits in Flags to be set to 1. This property 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 SetFlags { get; set; }

Property Value

Type: FieldFlags
The set flags.
See Also

Reference