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