Retrieves the display bounds of the embedded image within the sheet, expressed as a LeadRect. Provides the dimensions and position of the image in relation to the sheet's coordinate system, offering essential insights into how the image is visually integrated within the sheet layout.
public LeadRect DisplayBounds { get; }
A structure representing the rectangular bounds that enclose the image on the sheet, including its position and size in sheet coordinates.