Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfHideAction CreateHideAction(
bool hide
)
VB
Public Function CreateHideAction (
hide As Boolean
) As PdfHideAction
Parameters
- hide
- Type: System.Boolean
The value indicating whether to hide
(if set to true) or show (if set to false) any widget
associated later with the action as the result of the action.
Return Value
Type:
PdfHideAction
The newly created
PdfHideAction.
See Also