SetRenderDCOffset
Version history
This function was introduced in Quick PDF Library version 7.22.
Description
Sets the position on the device context that the RenderPageToDC and DARenderPageToDC functions use for the top-left corner of the rendered output.
Syntax
Delphi
function TQuickPDF0815.SetRenderDCOffset(NewOffsetX, NewOffsetY: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetRenderDCOffset(NewOffsetX As Long,
NewOffsetY As Long) As Long
DLL
int QuickPDFSetRenderDCOffset(int InstanceID, int NewOffsetX, int NewOffsetY)
Parameters
| NewOffsetX | The horizontal offset measured in pixels |
| NewOffsetY | The vertical offset measured in pixels |