Click or drag to resize

PdfVisualContentElementTransform Property

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.

Tip  Tip
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.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public PdfMatrix Transform { get; set; }

Property Value

PdfMatrix
The transformation from the new (transformed) coordinate system to the original (untransformed) coordinate system.
See Also