Click or drag to resize

PdfTextPageConvertPixelsToPdfUnits Method (QuadrilateralF, Dpi)

Converts a quadrilateral given in pixels to the corresponding location in PDF User space units at the given resolution.

Namespace:  Atalasoft.Pdf.TextExtract
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public QuadrilateralF ConvertPixelsToPdfUnits(
	QuadrilateralF boxInPdfUnits,
	Dpi resolution
)

Parameters

boxInPdfUnits
Type: Atalasoft.Utils.GeometryQuadrilateralF
resolution
Type: Atalasoft.ImagingDpi

Return Value

Type: QuadrilateralF
See Also