Click or drag to resize

PdfBlendBase SetArray Method

Sets the array.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected Array SetArray(
	Array array
)

Parameters

array
Type: System Array
The array, which has values.

Return Value

Type: Array
The array if it's passed all tests.
See Also