| PdfMatrix Constructor (String) |
Initializes a new instance using a serialized, and space separated, string.
Compatible with the output from the ToString() metheod.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public PdfMatrix(
string matrix
)
Parameters
- matrix
- Type: SystemString
The serialized version of the matrix.
See Also