Returns a transformation that transforms coordinates from PDF page space (with the origin at the lower left of the page) to "winforms" page space, i.e. with the origin at the upper left corner of the page. If no document is present, or the specified page is not 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 static Transform GetPdfPageTransform(
	Page page
)
Visual Basic
Public Shared Function GetPdfPageTransform ( _
	page As Page _
) As Transform

Parameters

page
Type: TallComponents.PDF..::..Page
The page for which the transformation will be returned.

Return Value

A transformation that transforms coordinates from pdf page space to "winforms" page space.

See Also