Returns a transformation that transforms coordinates from document space to client space. If no document is present, the identity transformation will be returned.

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

Syntax

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

See Also