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
)
Public Sub SetFlipYAxis (
flipY As Boolean
)
public:
virtual void SetFlipYAxis(
[InAttribute] bool flipY
) sealed
function SetFlipYAxis(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