Click or drag to resize

PrintImageEventArgsSourceRectangle Property

Gets or sets the source rectangle of the image to print.

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

Property Value

Type: Rectangle
The source rectangle of the image to print.
Remarks
This can be used to modify the area of the image to print. This property should only be modified in the PrintImage event.
See Also