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
)
Protected Function SetArray (
array As Array
) As Array
protected:
Array^ SetArray(
Array^ array
)
member SetArray :
array : 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