Click or drag to resize

PdfTypeArrayAddReal Method

Adds a real value to the Array.

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

Parameters

value  Single
The real number which should be added at the end of Array.
See Also