| 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 public PdfMatrix Concatenate(
PdfMatrix x
)
Parameters
- x
- Type: Opait.Pdf.ApiPdfMatrix
The PdfMatrix to concatenate with.
Return Value
Type:
PdfMatrixThe result of the transformation.
See Also