PrintCompositeEventArgs.ImageBounds 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)
Syntaxpublic Rectangle ImageBounds { get; set; }
Public Property ImageBounds As Rectangle
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