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


In This Topic
    Uri Property
    In This Topic
    Gets or sets the image URI.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Uri As String
    'Usage
     
    
    Dim instance As PrintExternalImageEventArgs
    Dim value As String
     
    value = instance.Uri
    public string Uri {get;}
    Remarks
    URI is the Uniform Resource Identifier.
    See Also