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