Click or drag to resize

DrawingTemplateTransformationMatrix Property

Gets or sets the transformation matrix that maps the coordinates of elements in the template to the surface on which it's drawn. The default is the identity matrix.

Namespace:  Atalasoft.PdfDoc.Generating.Templates
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfTransform TransformationMatrix { get; set; }

Property Value

Type: PdfTransform
The transformation matrix.
See Also