Click or drag to resize

Pdfium.FPDFDICT_GetMatrixBy Method

Gets a Matrix from an Array object associated with the specified key.

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

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.

Return Value

FS_MATRIX
A Matrix associated with the specified key.
See Also