Set the horizontal translation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SetHorizontalTranslation(
	float horizontal
)
Public Sub SetHorizontalTranslation ( 
	horizontal As Single
)
public:
void SetHorizontalTranslation(
	float horizontal
)
member SetHorizontalTranslation : 
        horizontal : float32 -> unit 

Parameters

horizontal
Single
The horizontal

See Also