Gets the Transform used to convert coordinates between logical pixels and PDF page units (points).

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

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

See Also