I would like to only display a portion of an bitmap attachment. Say I have a 1700 x 2000 bitmap in an attachment field, but I only want to show a small portion of the bitmap, say between pixels (200, 300) to (250, 450). Basically, it's like cropping the bitmap in the display on the Form, but retaining the original full size in the attachment field. I can see how to set Picture Size Mode to "Clip" and Picture Alignment to Top Left, Top Right, Center, Bottom Left, or Bottom Right. I would like to set a custom alignment that is at a specific point in the bitmap. Does anyone know of a way to do this?