SetPageDimensions
Description
Set the size of the selected page.
Syntax
Delphi
function TQuickPDF0813.SetPageDimensions(NewPageWidth,
NewPageHeight: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetPageDimensions(NewPageWidth As Double,
NewPageHeight As Double) As Long
DLL
int QuickPDFSetPageDimensions(int InstanceID, double NewPageWidth,
double NewPageHeight)
Parameters
| NewPageWidth | The new width of the page |
| NewPageHeight | The new height of the page |
Return values
| 0 | The page size could not be set. This should never occur. |
| 1 | The page was resized successfully |