HiQPdf Library for .NET Help
C#
Show/Hide TOC
Pdf
Path
Move
To Method
Move the PDF path to a location
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
C#
Copy
public
void
MoveTo
(
float
x
,
float
y
)
Parameters
x
Single
The X location
y
Single
The Y location
See Also
Reference
PdfPath Class
HiQPdf Namespace
In This Article
Definition
See Also