| 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 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:
PdfMatrixThe flip PDF matrix.
See Also