Click or drag to resize

PdfMatrix Constructor (IReadOnlyListDouble)

Initializes a new instance using an array of elements

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfMatrix(
	IReadOnlyList<double> e
)

Parameters

e
Type: System.Collections.GenericIReadOnlyListDouble
An array of 4 or 6 elements.
See Also