Returns a transformation that transforms coordinates from page space to document space.
If no document is present, or the specified page is not present, the identity
transformation will be returned.
Namespace: TallComponents.Interaction.WinForms.ControlsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public Transform GetPageToDocumentTransform( Page page ) |
| Visual Basic |
|---|
Public Function GetPageToDocumentTransform ( _ page As Page _ ) As Transform |
Parameters
- page
- Type: TallComponents.PDF..::..Page
The page for which the transformation will be returned.