FdfFieldSetAnnotationFlags 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 entry of the form’s corresponding widget annotation dictionary. Bits equal to 1 in SetAnnotationFlags shall cause the corresponding bits in Flags to be set to 1. This entry shall be ignored 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 SetAnnotationFlags { get; set; }

Property Value

Type: AnnotationFlags
The set annotation flags.
See Also

Reference