[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PrintExternalImageEventArgs

PrintExternalImageEventArgs Class

Represents the event data for the PrintExternalImage and PrintExternalImageEnd events for the Spread component, which allow the user to print an external image.

Inheritance
PrintExternalImageEventArgs
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class PrintExternalImageEventArgs : EventArgs
Public Class PrintExternalImageEventArgs
    Inherits EventArgs

Constructors

Name Description
PrintExternalImageEventArgs(FpSpread, Rectangle, string)

Creates a new object with the PrintExternalImage event arguments.

Properties

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.