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