Gets or sets the y coordinate of the top right corner.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double y2 { get; set; }
Public Property y2 As Double
Get
Set
public:
virtual property double y2 {
double get () sealed;
void set (double value) sealed;
}
function get_y2();
function set_y2(value);
Property Value
Type:
DoubleSee Also