Click or drag to resize

PrintImageEventArgsDestRectangle Property

Gets or sets the destination rectangle.

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 DestRectangle { get; set; }

Property Value

Type: Rectangle
The destination rectangle.
Remarks
This rectangle can be used to modify the position and size of the image on the printed page. This should only be modified in the PrintImage event.
See Also