VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / GetTransformFromImageToTextSpace(Resolution) Method
Syntax Requirements SeeAlso
In This Topic
    GetTransformFromImageToTextSpace(Resolution) Method (TextRegion)
    In This Topic
    Returns the transform from image space, in pixels, to the text region space.
    Syntax
    'Declaration
    
    Public Function GetTransformFromImageToTextSpace( _
    ByVal resolution
    The resolution of an image.
    As Vintasoft.Imaging.Resolution _
    ) As Vintasoft.Imaging.AffineMatrix
    public Vintasoft.Imaging.AffineMatrix GetTransformFromImageToTextSpace(
    Vintasoft.Imaging.Resolution resolution
    )
    public: Vintasoft.Imaging.AffineMatrix* GetTransformFromImageToTextSpace(
    Vintasoft.Imaging.Resolution resolution
    )
    public:
    Vintasoft.Imaging.AffineMatrix^ GetTransformFromImageToTextSpace(
    Vintasoft.Imaging.Resolution resolution
    )

    Parameters

    resolution
    The resolution of an image.

    Return Value

    The transform from image space, in pixels, to the text region 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