ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearWebStream Class / ImGearWebStream Constructor / ImGearWebStream Constructor(String)
A relative or absolute URL of the file that ImGearWebStream object will incapsulate.




In This Topic
    ImGearWebStream Constructor(String)
    In This Topic
    Initializes a new instance of the ImGearWebStream class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal path As String _
    )
    'Usage
     
    Dim path As String
     
    Dim instance As New ImGearWebStream(path)
    public ImGearWebStream( 
       string path
    )
    public: ImGearWebStream( 
       string* path
    )
    public:
    ImGearWebStream( 
       String^ path
    )

    Parameters

    path
    A relative or absolute URL of the file that ImGearWebStream object will incapsulate.
    See Also