PdfDrawableObjectSetTranslation Method
Sets the horizontal and vertical translation of the coordinates system before drawing this object in PDF
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public void SetTranslation(
float dx,
float dy
)
Parameters
- dx Single
- The horizontal translation in points
- dy Single
- The vertical translation in points