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 TDebenuPDFLibrary1811.SetRenderDCOffset(NewOffsetX,
NewOffsetY: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetRenderDCOffset(NewOffsetX As Long,
NewOffsetY As Long) As Long
DLL
int DPLSetRenderDCOffset(int InstanceID, int NewOffsetX, int NewOffsetY)
Parameters
NewOffsetX | The horizontal offset measured in pixels |
NewOffsetY | The vertical offset measured in pixels |