The transformation that should be performed in order to draw the image at the right location. This transformation assumes that the original coordinate system has its origin at the lower-left corner and a unit corresponds to a point (1/72 inch). It also assumes that the image is drawn at the origin of the transformed coordinate system as a unit rectangle.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public Matrix Transformation { get; }
Visual Basic
Public ReadOnly Property Transformation As Matrix
	Get

See Also