[]
        
Creates a new object with the PrintExternalImage event arguments.
public PrintExternalImageEventArgs(FpSpread spread, Rectangle imageRectangle, string uri)
Public Sub New(spread As FpSpread, imageRectangle As Rectangle, uri As String)
| Type | Name | Description | 
|---|---|---|
| FpSpread | spread | Spread that contains the sheet being printed  | 
    
| Rectangle | imageRectangle | The image rectangle  | 
    
| string | uri | Image URI being printed  |