ImageGear PDF v25.2 - Updated
ImGearWebStream Constructor(String)




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.
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

Reference

ImGearWebStream Class
ImGearWebStream Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.