Aspose::Pdf::Facades::PdfPageEditor::MovePosition method

PdfPageEditor::MovePosition method

Moves the origin from (0, 0) to the point that appointted. The origin is left-bottom and the unit is point(1 inch = 72 points).

void Aspose::Pdf::Facades::PdfPageEditor::MovePosition(float moveX, float moveY)
ParameterTypeDescription
moveXfloatX-coordinate.
moveYfloatY-coordinate.

See Also