Click or drag to resize

PrintCompositeEventArgsImageBounds Property

Gets or sets the position and size of the image on the page that will be printed.

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

Property Value

Type: Rectangle
The position and size of the image on the page that will be printed.
Remarks
This value can be modified to change the location and size of the printed image. However the value works independently of orientation. The ImageBounds will be rotated 90 degrees prior to printing with landscape orientations.
See Also