To render text, a virtual point (x, y), located on the baseline,
called the pen position, is used to locate glyphs.
The pen position has already taken into account the effects of
any inter-Character adjustments due to properties such as font size,
text rise, Character spacing, word spacing and positioning adjustments
on 'TJ' elements.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double x { get; set; }
Public Property x As Double
Get
Set
public:
virtual property double x {
double get () sealed;
void set (double value) sealed;
}
function get_x();
function set_x(value);
Property Value
Type:
DoubleSee Also