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