Gets or sets the y coordinate of the top right corner.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic 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:
Double
See Also