ITextCharacterFormat.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.