PdfDictionaryDictionaryElementsGetInteger Method (String, Boolean)Terminal Works - PDF Printing.Net Library
Converts the specified value to integer. If the value does not exist, the function returns 0. 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 int GetInteger(
	string key,
	bool create
)

Parameters

key
Type: SystemString
create
Type: SystemBoolean

Return Value

Type: Int32
See Also

Reference