Matrix Constructor (Matrix)
Constructor accepts a matrix to create a copy

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Matrix(
	Matrix matrix
)

Parameters

matrix
Type: Aspose.PdfMatrix
Matrix object.
See Also