Pdf |
Gets or sets the transformation from the new (transformed) coordinate system to the original (untransformed) coordinate system.
All coordinates used after the transformation are expressed in the transformed coordinate system.
| Before setting the Transform, move PdfVisualContentElement into its own PdfContentGroup so that the transformation is confined to that PdfContentGroup and doesn't have any effect on PdfContentElements outside that PdfContentGroup. |