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