BoundingBox

EpsImage.BoundingBox property

Accessing the original bounding box in device-independent points, this property provides crucial geometric information about the EpsImage dimensions. By retrieving this data, users can accurately assess the image’s size and aspect ratio, facilitating precise layout and positioning in various applications.

public RectangleF BoundingBox { get; }

See Also