Click or drag to resize

PdfMatrixFlipMatrix Method

Creates a PdfMatrix to represent flipping horizontally, vertically or both.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public static PdfMatrix FlipMatrix(
	bool horizontal,
	bool vertical
)

Parameters

horizontal
Type: SystemBoolean
Whether to flip horizontally about the vertical axis.
vertical
Type: SystemBoolean
Whether to flip vertically about the horizontal axis.

Return Value

Type: PdfMatrix
The flip PDF matrix.
See Also