NormalizePage
Text, Page manipulation
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 TPDFlib.NormalizePage(NormalizeOptions: Integer): Integer;ActiveX
Function PDFlib::NormalizePage(NormalizeOptions As Long) As LongDLL
int DLNormalizePage(int InstanceID, int NormalizeOptions);Parameters
| NormalizeOptions | 0 = Standard normalization 1 = Normalize and also balance the graphics state stack 2 = Maintain existing page structure 3 = Maintain existing page structure and balance the stack |
|---|