FdfFieldAnnotationFlags Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a set of flags specifying various characteristics of the field’s widget annotation (AnnotationFlags). When imported into an interactive form, the value of this entry shall replace that of the Flags entry in the form’s corresponding annotation. If this field is present, the SetAnnotationFlags and ClrAnnotationFlags entries, if any, shall be ignored.

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 AnnotationFlags { get; set; }

Property Value

Type: AnnotationFlags
The annotation flags.
See Also

Reference