Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintExternalImageEventArgs Class / ImageRectangle Property


In This Topic
    ImageRectangle Property
    In This Topic
    Gets or sets the rectangle area representing the image.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ImageRectangle As Rectangle
    'Usage
     
    
    Dim instance As PrintExternalImageEventArgs
    Dim value As Rectangle
     
    value = instance.ImageRectangle
    public Rectangle ImageRectangle {get;}
    See Also