PdfDictionaryDictionaryElementsGetBoolean Method (String)Terminal Works - PDF Printing.Net Library
Converts the specified value to boolean. If the value does not exist, the function returns false. If the value is not convertible, the function throws an InvalidCastException.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public bool GetBoolean(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: Boolean
See Also

Reference