Link Search Menu Expand Document

HideAction Constructor

Initializes a new instance of the Bytescout.PDF.HideAction.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public HideAction(
	bool hide
)

Parameters

hide
Type: SystemBoolean
The value indicating whether to hide (if set to true) or show (if set to false) any field associated later with the action as the result of the action.
See Also

Reference