PdfHideAction
IsHide Property
|
Gets or sets the unique resource identifier.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IsHide { get; set; }
Public Property IsHide As Boolean
Get
Set
public:
property bool IsHide {
bool get ();
void set (bool value);
}
member IsHide : bool with get, set
Property Value
Type:
Boolean
The unique resource identifier.
See Also