VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / PointToPixel(Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    PointToPixel(Single,Single) Method (PdfPage)
    In This Topic
    Converts point from PDF page coordinate space to image coordinate space taking into account image resolution.
    Syntax
    'Declaration
    
    Public Function PointToPixel( _
    ByVal point
    Point, in the PDF page's coordinate space, to convert.
    As Single, _
    ByVal imageResolution
    Resolution of the image coordinate space.
    As Single _
    ) As Single
    public float PointToPixel(
    float point,
    float imageResolution
    )
    public: float PointToPixel(
    float point,
    float imageResolution
    )
    public:
    float PointToPixel(
    float point,
    float imageResolution
    )

    Parameters

    point
    Point, in the PDF page's coordinate space, to convert.
    imageResolution
    Resolution of the image coordinate space.

    Return Value

    Point, in the image's coordinate 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