Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static PdfAction CreateHide(
	PdfAnnotation annot,
	bool hide
)
Visual Basic
Public Shared Function CreateHide ( _
	annot As PdfAnnotation, _
	hide As Boolean _
) As PdfAction
Visual C++
public:
static PdfAction^ CreateHide(
	PdfAnnotation^ annot, 
	bool hide
)

See Also