Click or drag to resize

PdfMatrixInvert Method

Inverts this PdfMatrix. PdfMatrix must be invertible.

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

Return Value

Type: PdfMatrix
The inverted matrix.
See Also