topRight property
Top-right corner of the rectangle.
throws DocumentException An error has occurred during Document Library execution.
Implementation
Point get topRight => Point.createFromStruct(_handle.ref.TopRight);
Implementation
set topRight(Point value) => _handle.ref.TopRight = value.struct;