Click or drag to resize

EpsEncoderImageLocation Property

This sets the relative location of the image in page space in units of points.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PointF ImageLocation { get; set; }

Property Value

Type: PointF
Remarks

This sets where the image will be rendered on the virtual EPS page. In page space, the lower left corner of the page is (0, 0), as in a conventional Cartesian coordinate system. ImageLocation is the point at which the lower left corner of the image will be placed.

In EPS, the notion of a page doesn't fully apply, but since EPS can also be rendered on a PostScript device, if this point isn't chosen carefully, the image may get clipped.

By default, ImageLocation is (72, 72), or one inch up and to the right of the lower left corner of a page.

See Also