Gets the glyph y.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double y { get; set; }
Public Property y As Double
Get
Set
public:
virtual property double y {
double get () sealed;
void set (double value) sealed;
}
function get_y();
function set_y(value);
Property Value
Type:
DoubleSee Also