Mirror an image #297
-
Hi, is it possible to mirror an image (horizontally) in PDF? I tried setting Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The answer is "Transformation". See page 5 of this PDF for some examples: See also: |
Beta Was this translation helpful? Give feedback.
-
Thanks, that looks promising! |
Beta Was this translation helpful? Give feedback.
The answer is "Transformation".
Maybe something like
gfx.ScaleTransform(-1, 1);
.See page 5 of this PDF for some examples:
https://www.pdfsharp.net/wiki-1.5/GetFile.aspx?File=%2fGraphics-sample%2fGraphics-gdi.pdf
See also:
https://www.pdfsharp.net/wiki-1.5/Graphics-sample.ashx#Draw_an_image_transformed_22