| 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.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
Syntax public AffineTransform Transform { get; set; }
Property Value
AffineTransformExceptions 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