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
)
Public Sub New (
fieldNames As String(),
isHide As Boolean
)
public:
PdfHideAction(
array<String^>^ fieldNames,
bool isHide
)
new :
fieldNames : string[] *
isHide : bool -> PdfHideAction
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