Click or drag to resize

PdfHideAction Constructor ( String , Boolean)

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfHideAction(
	string[] fieldNames,
	bool isHide
)

Parameters

fieldNames
Type: System String
the fully qualified field name
isHide
Type: System Boolean
A flag indicating whether to hide the annotation (true) or show it (false).
See Also