Click or drag to resize

PdfTypeDictionarySetMatrixAt Method

Sets the matrix at the specified key.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void SetMatrixAt(
	string key,
	FS_MATRIX matrix
)

Parameters

key  String
The key of the element to set.
matrix  FS_MATRIX
The matrix which should be setted at the specified key.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe key is null.
See Also