Click or drag to resize
Pdftools logo

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.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.14.2+5217f89c7b399efc0587b88c31a764dfa81dc11a
Syntax
C#
public AffineTransform Transform { get; set; }

Property Value

AffineTransform
Exceptions
ExceptionCondition
InvalidOperationExceptionthe 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