Skip to content

AnnotationPoint::Y property

The vertical value of the point in the document's user space units.

int Y { get; set; }
int getY() throws IGRException;
void setY(int value) throws IGRException;
@property
def Y(self) -> int:
@property.setter
def Y(self, value: int)
int getY() const;
void setY(int value);
[propget] HRESULT Y([out, retval] int *result);
[propput] HRESULT Y([in] int value);

Return Value

int