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

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

Syntax

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

See Also