VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfVisualTool Class / GetTransformFromViewerToPageSpaceSpace(WpfImageViewer,VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    GetTransformFromViewerToPageSpaceSpace(WpfImageViewer,VintasoftImage) Method (WpfPdfVisualTool)
    In This Topic
    Returns a transform from the image viewer space to the PDF page space.
    Syntax
    'Declaration
    
    Public Shared Function GetTransformFromViewerToPageSpaceSpace( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
    ByVal image
    The image, which is associated with PDF page.
    As Vintasoft.Imaging.VintasoftImage _
    ) As Vintasoft.Imaging.AffineMatrix

    Parameters

    viewer
    The image viewer.
    image
    The image, which is associated with PDF page.

    Return Value

    A transform from the image viewer space to the PDF page space.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also