Click or drag to resize

PdfMatrix Constructor (PdfMatrix)

Initializes a new instance of the PdfMatrix class from another specified PdfMatrix.

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

Parameters

m
Type: Opait.Pdf.ApiPdfMatrix
PdfMatrix to initialize from.
See Also