VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / UnitsToPixels Methods / UnitsToPixels(PointF) Method
Syntax Requirements SeeAlso
In This Topic
    UnitsToPixels(PointF) Method (PdfPage)
    In This Topic
    Converts point from image coordinate space with DefaultResolution to PDF page coordinate space taking into account PDF page media box.
    Syntax
    'Declaration
    
    Public Overloads Sub UnitsToPixels( _
    ByRef point
    Provides point, in the PDF page's coordinate space, to convert; returns the converted point, in the image's coordinate space.
    As System.Drawing.PointF _
    )
    public void UnitsToPixels(
    ref System.Drawing.PointF point
    )
    public: void UnitsToPixels(
    ref System.Drawing.PointF point
    )
    public:
    void UnitsToPixels(
    System.Drawing.PointF% point
    )

    Parameters

    point
    Provides point, in the PDF page's coordinate space, to convert; returns the converted point, in the image's coordinate space.
    Requirements

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

    See Also