Skip to content

M_PDFiumSharp_PdfPage_PageToDevice

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PdfPage.PageToDevice Method

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public ValueTuple<int, int> PageToDevice(
	ValueTuple<int, int, int, int> displayArea,
	double pageX,
	double pageY,
	PageOrientations orientation = PageOrientations.Normal
)

Parameters

 

displayArea
Type: ValueTuple(Int32, Int32, Int32, Int32)
pageX
Type: System.Double
pageY
Type: System.Double
orientation (Optional)
Type: PDFiumSharp.PageOrientations

Return Value

Type: ValueTuple(Int32, Int32)

See Also

Reference

PdfPage Class
PDFiumSharp Namespace

Clone this wiki locally