NormalizePage
Version history
This function was introduced in Quick PDF Library version 7.25.
Description
Moves and/or rotates the contents of the page so that subsequent drawing operations are at the expected position on the page. All the page boundary boxes are adjusted to the physical size of the page and the page's rotation attribute is reset to zero.
Syntax
Delphi
function TQuickPDF0815.NormalizePage(NormalizeOptions: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::NormalizePage(NormalizeOptions As Long) As Long
DLL
int QuickPDFNormalizePage(int InstanceID, int NormalizeOptions)
Parameters
| NormalizeOptions | Unused. Should be set to zero. |