PdfDrawableObjectSetTranslation Method

Sets the horizontal and vertical translation of the coordinates system before drawing this object in PDF

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void SetTranslation(
	float dx,
	float dy
)

Parameters

dx  Single
The horizontal translation in points
dy  Single
The vertical translation in points

See Also