DANormalizePage
Text, Document manipulation, Direct access functionality, Page manipulation
Version history
This function was introduced in Quick PDF Library version 11.11.
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 TDebenuPDFLibrary1811.DANormalizePage(FileHandle, PageRef,
NormalizeOptions: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DANormalizePage(FileHandle As Long,
PageRef As Long, NormalizeOptions As Long) As Long
DLL
int DPLDANormalizePage(int InstanceID, int FileHandle, int PageRef,
int NormalizeOptions)
Parameters
FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
PageRef | A page reference returned by the DAFindPage or DANewPage functions |
NormalizeOptions | 0 = Standard normalization |