PdfHideAction.Hide Property

Gets or sets a value indicating whether to hide or show controls associated with this action.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Hide { get; set; }
VB
Public Property Hide As Boolean
	Get
	Set

Property Value

Type: Boolean
true if to hide controls associated with this action; otherwise, false.

See Also