Table of Contents
PdfMatrix Constructor (PdfMatrix)

Initializes a new PdfMatrix based on another PdfMatrix object.

Syntax
 public PdfMatrix(
   PdfMatrix m
);

Parameters

m
See Also