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