[]
Represents the event data for the PrintExternalImage and PrintExternalImageEnd events for the Spread component, which allow the user to print an external image.
public class PrintExternalImageEventArgs : EventArgs
Public Class PrintExternalImageEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| PrintExternalImageEventArgs(FpSpread, Rectangle, string) | Creates a new object with the PrintExternalImage event arguments. |
| Name | Description |
|---|---|
| Image | Gets or sets the image. |
| ImageRectangle | Gets or sets the rectangle area representing the image. |
| Uri | Gets or sets the image URI. |