Click or drag to resize

PdfMatrixConcatenate Method

Concatenates this PdfMatrix by the specified matrix, by prepending the specified PdfMatrix.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfMatrix Concatenate(
	PdfMatrix x
)

Parameters

x
Type: Opait.Pdf.ApiPdfMatrix
The PdfMatrix to concatenate with.

Return Value

Type: PdfMatrix
The result of the transformation.
See Also