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

Syntax

C#
public static PdfAction SetOCGstate(
	ArrayList state,
	bool preserveRB
)
Visual Basic
Public Shared Function SetOCGstate ( _
	state As ArrayList, _
	preserveRB As Boolean _
) As PdfAction
Visual C++
public:
static PdfAction^ SetOCGstate(
	ArrayList^ state, 
	bool preserveRB
)

Parameters

state
Type: System.Collections..::..ArrayList
preserveRB
Type: System..::..Boolean

See Also