Method CreateHideAction
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateHideAction(bool)
Creates a new PdfHideAction.
public PdfHideAction CreateHideAction(bool hide)
Parameters
hide
boolThe value indicating whether to hide (if set to
true
) or show (if set tofalse
) any widget associated later with the action as the result of the action.
Returns
- PdfHideAction
The newly created PdfHideAction.