SetOrigin
Measurement and coordinate units
Description
Sets the origin for all subsequent drawing operations.
Syntax
Delphi
function TQuickPDF0813.SetOrigin(Origin: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetOrigin(Origin As Long) As Long
DLL
int QuickPDFSetOrigin(int InstanceID, int Origin)
Parameters
| Origin |
Specifies which page corner to use for the origin: 0 = Bottom left (default) 1 = Top left 2 = Top right 3 = Bottom right Anything else = Bottom left |