Click or drag to resize

PdfTypeArrayGetMatrixAt Method

Gets the element with the specified index and returns it as a matrix.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_MATRIX GetMatrixAt(
	int index
)

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

FS_MATRIX
The matrix located at the specified index; null if there is no matrix.
See Also