Click or drag to resize

PdfMatrixRotateFlipMatrix Method

Creates a PDF matrix from parameters of a rotate/flip operation.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public static PdfMatrix RotateFlipMatrix(
	int[] args,
	double width,
	double height
)

Parameters

args
Type: SystemInt32
The 4 arguments of rotate/flip.
width
Type: SystemDouble
The width of the page to transform.
height
Type: SystemDouble
The height of the page to transform.

Return Value

Type: PdfMatrix
The rotate/flip matrix.
See Also