Click or drag to resize

PdfFieldHidden Property

(PDF 1.2) If set, do not display the annotation on the screen or allow it to interact with the user.

The annotation may be printed (depending on the setting of the Print flag) but should be considered hidden for purposes of on-screen display and user interaction.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public bool Hidden { get; set; }

Property Value

Boolean
If set, do not display the annotation on the screen or allow it to interact with the user.
See Also