x property

int x

X-coordinate of the point.

throws DocumentException An error has occurred during Document Library execution.

Implementation

int get x => _handle.ref.X;
void x=(int value)

Implementation

set x(int value) => _handle.ref.X = value;