FdfFieldClrAnnotationFlags 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 widget annotation. Bits equal to 1 in ClrAnnotationFlags shall cause the corresponding bits in Flags to be set to 0. If a SetAnnotationFlags entry is also present in the FDF field, it shall be applied before this entry. This entry shall beignored if an AnnotationFlags 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 AnnotationFlags ClrAnnotationFlags { get; set; }

Property Value

Type: AnnotationFlags
The clear annotation flags.
See Also

Reference