ITextCharacterFormat.Position Property

Definition

Gets or sets the character offset relative to the baseline.

public:
 property float Position { float get(); void set(float value); };
float Position();

void Position(float value);
public float Position { get; set; }
var single = iTextCharacterFormat.position;
iTextCharacterFormat.position = single;
Public Property Position As Single

Property Value

Single

float

The character offset, in floating-point points.

Remarks

Typically, the value of this property is zero. Positive values raise the characters relative to the baseline, and negative values lower them.

Applies to