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

Syntax

C#
public static bool CheckTrueOrFalse(
	Properties attributes,
	string key
)
Visual Basic
Public Shared Function CheckTrueOrFalse ( _
	attributes As Properties, _
	key As String _
) As Boolean
Visual C++
public:
static bool CheckTrueOrFalse(
	Properties^ attributes, 
	String^ key
)

Parameters

attributes
Type: System.util..::..Properties
key
Type: System..::..String

See Also