Table of Contents

Method CreateHideAction

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

CreateHideAction(bool)

Creates a new PdfHideAction.

public PdfHideAction CreateHideAction(bool hide)

Parameters

hide bool

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.

Returns

PdfHideAction

The newly created PdfHideAction.