Click or drag to resize

PDFDrawSetFlipYAxis Method

Flips the vertical (i.e. Y) axis of the image.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFlipYAxis(
	bool flipY
)

Parameters

flipY
Type: SystemBoolean
Set to true to flip the Y axis, false otherwise. For compatibility with most raster formats 'flipY' is true by default.
See Also