Click or drag to resize
Pdftools logo

ContentGeneratorTransform Method

Modify the current transform matrix by concatenating the specified matrix.


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public void Transform(
	AffineTransform transform
)

Parameters

transform  AffineTransform
the transform that is applied to the current transform
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document associated with the content has already been closed
InvalidOperationExceptionif the page/group associated with the content has already been closed
InvalidOperationExceptionif the content object has already been closed
InvalidOperationExceptionif the object has already been closed
ArgumentExceptionif the transform object has already been closed
ArgumentExceptionif the transform is non-invertible
See Also