Click or drag to resize

PdfTypeArrayAddInteger Method

Adds the integer value to the Array.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void AddInteger(
	int value
)

Parameters

value  Int32
The integer number which should be added at the end of Array.
See Also