Returns the transformation that is applied to objects that are specified in the PDF page coordinate system (i.e. with the origin at the bottom-left of the page), i.e.:
  • If one applies this transformation to a pdf page coordinate, one obtains the coordinates in coordinate system of the page interactor (i.e. with the origin at the top left of the visible page).
  • If one applies this transformation to the local coordinate system (CTM), one obtains the pdf coordinate system.

Namespace: TallComponents.Interaction.WinForms.Interactors
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Transform PdfPageTransform { get; }
Visual Basic
Public ReadOnly Property PdfPageTransform As Transform
	Get

See Also