Click or drag to resize

PdfiumFPDFDICT_SetAtMatrix Method

Creates an Array object, initialize it with matrix values (a, b, c, d, e, f) and sets it at the specified key of dictionary.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFDICT_SetAtMatrix(
	IntPtr handle,
	string key,
	FS_MATRIX value
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.
value  FS_MATRIX
Initial value for newly created Array object
See Also