 | ContentElementTransform Property |
The transform to be applied to the alignment rectangle
Use this transform matrix to compute the actual location of the element's alignment rectangle.
Namespace: PdfTools.Toolbox.Pdf.ContentAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.13.0+e97f8445d0c3be91ace3fcedd60e635df5a107da
Syntaxpublic AffineTransform Transform { get; set; }Property Value
AffineTransform
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | the object has already been closed |
| ArgumentException | [set] if the transform to be set is non-invertible |
| NotSupportedException | [set] if the document is read-only |
See Also